Skip to main content

Module strict

Module strict 

Source
Expand description

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

Functions§

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