Module jsonparser

Source
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§

JsonEntryValue
JsonParser
Internal parser that handles the actual JSON parsing and fixing.

Enums§

JsonValue