Type Definition tremor_value::value::Object[][src]

type Object<'value> = HashMap<Cow<'value, str>, Value<'value>>;

Representation of a JSON object