Expand description
Shared row-oriented table builder for the JSON-family parsers.
Accumulates record-shaped JSON values into columns with a stable, sorted
key-union order. Keys missing from a given record fill with
ax_core::Value::Null, so every column ends equal length — absence is
explicit, never a guess.
Structs§
Constants§
- VALUE_
COL - Synthetic column name for non-object records (scalars, arrays).