Expand description
A robust JSON parser and fixer that handles malformed JSON input.
This module provides functionality to parse and fix JSON data that may be slightly malformed, such as missing commas, extra commas, or unquoted identifiers. It attempts to produce valid JSON output while maintaining the original data structure.
Structs§
- Json
Entry Value - Json
Parser - Internal parser that handles the actual JSON parsing and fixing.