[−][src]Type Definition tremor_script::Object
type Object<'v> = HashMap<Cow<'v, str>, Value<'v>, BuildHasherDefault<FxHasher>>;
Representation of a JSON object
type Object<'v> = HashMap<Cow<'v, str>, Value<'v>, BuildHasherDefault<FxHasher>>;
Representation of a JSON object