JsonMap

Type Alias JsonMap 

Source
pub type JsonMap = Map<ByteString, JsonValue>;
Expand description

A JSON-compatible object/map with string keys and dynamically-typed values.

Aliased Typeยง

pub struct JsonMap { /* private fields */ }