# Sandbox.ParticleFloat.JsonWrite

```csharp
static void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)
```

Writes a ParticleFloat instance to JSON, refactored for modularity.

### Parameters

- `value` (`object`)
- `writer` (`System.Text.Json.Utf8JsonWriter`)

Declared in [Sandbox.ParticleFloat](/api/Sandbox.ParticleFloat).
Assembly: `Sandbox.Engine`.
