Crate json5_nodes

Source

Structs§

Iter
LinkedHashMap
A version of HashMap that has a user controllable order for its entries.
Location
A location within the JSON5 file

Enums§

JsonError
This crates error enum
JsonNode
JSON5 node type which holds a value and it’s location in the input string
Rule

Functions§

parse
Parse a JSON5 string into JsonNode’s
stringify
Stringify a node tree into canonical JSON5 format. This includes: