pub type JsonObject = Map<String, Value>;Expand description
A JSON object — the Rust spelling of TypeScript’s Record<string, any>.
Key order is preserved, so a payload that round-trips through this crate comes back out in the order it arrived.
Aliased Type§
pub struct JsonObject { /* private fields */ }