[][src]Type Definition jws::JsonObject

type JsonObject = BTreeMap<String, JsonValue>;

A JSON object.