Skip to main content

Module items

Module items 

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

ItemsDetection
Outcome of items-array detection.
ItemsOptions
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.