Skip to main content

Module json

Module json 

Source
Expand description

Re-export shim for the in-house JSON aggregator + json! macro (ADR 0053). Both the crate::json::{Value, Map, to_vec, ...} aggregator module and the crate::json! macro now live in reddb-io-types; this single re-export carries both namespaces so every existing call-site (200+ uses of crate::json::... and crate::json!(...)) compiles unchanged. Replaces the former pub mod json; + local json.rs aggregator.

Macros§

json

Enums§

Value

Traits§

JsonDecode
JsonEncode

Functions§

from_slice
from_str
from_value
parse_json
Parses the provided JSON string into a JsonValue.
to_string
to_value
to_vec

Type Aliases§

Map