API Reference
Class
JsonUtil
JSON serialization helpers with consistent options for configuration and data export.
Inheritance
- Object
- JsonUtil
Methods
public static JsonSerializerOptions CreateOptions(Boolean indented = false) #Returns:
JsonSerializerOptionsCreates preconfigured serializer options (case-insensitive, comments/commas allowed; optional indentation).
Parameters
- indented System.Boolean = false
- When true, outputs indented JSON.