Skip to main content

Module table

Module table 

Source
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§

TableBuilder

Constants§

VALUE_COL
Synthetic column name for non-object records (scalars, arrays).