Parser Behavior & Recovery
Boundary-bounded syntax-error recovery and processing options.
Syntax-error recovery is bounded by structure
~ $schema: { name: string, age: int }
---
~ John, 28 # parsed
~ Bad, { unclosed # syntax error here; parser skips to the next ~
~ Bob, 35 # parsed — recovery resumed at this recordValidation recovery is bounded by the object
Processing options
Error nodes
See Also
Last updated
Was this helpful?
