Type Definition jws::JsonObject

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

A JSON object.