Expand description
Re-export shim: the zero-dependency in-house JSON parser now lives
in reddb-io-types (ADR 0053). This module preserves every
crate::utils::json::... import path so existing call-sites compile
unchanged.
Structs§
- Json
Parser - Parser for JSON strings into
JsonValue.
Enums§
- Json
Value - Simplified JSON value representation.
Functions§
- parse_
json - Parses the provided JSON string into a
JsonValue.