[][src]Type Definition jsonc_parser::JsonObject

type JsonObject = HashMap<String, JsonValue>;

A JSON object.