Crate zhersh_json_parser

Crate zhersh_json_parser 

Source

Enums§

JsonParseError
Custom error type for JSON parsing errors.
Rule

Functions§

parse_object
Parses JSON and identifies if it contains a specific object structure.
validate_json
Validates if the input string is valid JSON according to the grammar.