[]
Creates a JsonSerializerOptions object for serializing and deserializing Report objects.
public static JsonSerializerOptions GetSerializerOptions(bool formatted = false)
| Type | Name | Description |
|---|---|---|
| bool | formatted | A bool value indicating whether the JSON should be formatted for readability.
Default is |
| Type | Description |
|---|---|
| JsonSerializerOptions | A JsonSerializerOptions object configured for Report serialization. |