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