pub type JsonMap = Map<String, Value>;
A type alias to a JSON map (object).
struct JsonMap { /* private fields */ }