Skip to main content

Module json_node

Module json_node 

Source
Expand description

JsonNode types definition

Structs§

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

JsonNode
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.