Expand description
§4.2 items-array detection.
Given a fully-parsed JSON Value, decide which array carries the
records to cluster and surface any leftover top-level scalars as
sidecar meta per §4.2’s preservation rule.
Structs§
- Items
Detection - Outcome of items-array detection.
- Items
Options - Tunable inputs for §4.2 items-array detection.
Constants§
- ITEMS_
CANDIDATES - Names preferred when a JSON object has multiple array-valued fields.
Functions§
- detect_
items - Run §4.2 items detection over a parsed JSON
Value. - detect_
items_ with_ options - Run §4.2 items detection with caller-supplied candidate names.