CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
JSON Output

Modules

 JSON Output Flags
 
 Stream Output
 
 Tree Output
 

Detailed Description

Serialize data to JSON format via stream buffers.

The JSON output system supports two modes:

Event-Driven Output (jsonOut): Build JSON by sending a sequence of JSONParseEvent structures. Useful for custom serialization or transforming data during output.

Tree Serialization (jsonOutTree): Automatically serialize an entire SSD tree to JSON with configurable formatting.

Both modes write to stream buffers in PUSH mode.