# Sandbox.Variant.JsonRead

```csharp
static object JsonRead(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert)
```

### Parameters

- `ref reader` (`System.Text.Json.Utf8JsonReader`)
- `typeToConvert` (`System.Type`)

### Returns

`object`

Declared in [Sandbox.Variant](/api/Sandbox.Variant).
Assembly: `Sandbox.Engine`.
