# Sandbox.GameObject.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.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
