Expand description
JsonNode types definition
Structs§
- KeyValue
Pair - A key-value pair in a JSON object. Used to represent objects as lists of pairs to preserve key ordering and stay FFI-friendly.
Enums§
- Json
Node - The JSON value tree returned by a successful parse. Each variant carries the byte-offset range (Span) from the original source code for accurate syntax highlighting, navigation, and error reporting.