Skip to main content

reddb_server/utils/
json.rs

1//! Re-export shim: the zero-dependency in-house JSON parser now lives
2//! in `reddb-io-types` (ADR 0053). This module preserves every
3//! `crate::utils::json::...` import path so existing call-sites compile
4//! unchanged.
5pub use reddb_types::utils::json::*;