Skip to main content

Module json

Module json 

Source
Expand description

JSON output writer for QueryResult

Emits deterministic JSON with keys in column order (as defined in metadata.columns). This ensures that JSON object keys appear in the same order as columns, NOT in arbitrary HashMap iteration order.

Structs§

JSONWriter
JSON writer for QueryResult
StreamingJSONWriter
Streaming JSON writer for memory-efficient export of large datasets