pub type JsonMap = Map<ByteString, JsonValue>;Expand description
A JSON-compatible object/map with string keys and dynamically-typed values.
Aliased Typeยง
struct JsonMap { /* private fields */ }pub type JsonMap = Map<ByteString, JsonValue>;A JSON-compatible object/map with string keys and dynamically-typed values.
struct JsonMap { /* private fields */ }