Skip to main content

Module tolerant

Module tolerant 

Source
Expand description

Strict JSON parser implementation carrying byte-accurate spans for AST nodes.

Functions§

parse
Tolerant parsing: Fails entirely if the JSON is invalid. Returns the parsed tree or a list of diagnostic errors. Primarily used for final validation.