Type Alias jws::JsonObject

source ·
pub type JsonObject = BTreeMap<String, JsonValue>;
Expand description

A JSON object.

Aliased Type§

struct JsonObject { /* private fields */ }