|
CX Framework
Cross-platform C utility framework
|
Modules | |
| JSON Output Flags | |
| Stream Output | |
| Tree Output | |
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.