Skip to main content

Module json

Module json 

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

JsonParser
Parser for JSON strings into JsonValue.

Enums§

JsonValue
Simplified JSON value representation.

Functions§

parse_json
Parses the provided JSON string into a JsonValue.