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§
- JSON
Writer - JSON writer for QueryResult
- StreamingJSON
Writer - Streaming JSON writer for memory-efficient export of large datasets