TestimoX

API Reference

Class

JsonUtil

Namespace TestimoX.Configuration
Assembly TestimoX
Modifiers static

JSON serialization helpers with consistent options for configuration and data export.

Inheritance

  • Object
  • JsonUtil

Methods

public static JsonSerializerOptions CreateOptions(Boolean indented = false) #
Returns: JsonSerializerOptions

Creates preconfigured serializer options (case-insensitive, comments/commas allowed; optional indentation).

Parameters

indented System.Boolean = false optionalposition: 0
When true, outputs indented JSON.