Skip to main content

Object

Type Alias Object 

Source
pub type Object = IndexMap<String, Value>;
Expand description

The object representation used throughout the crate.

Objects preserve insertion order to match the observable behavior of the sibling ports and the upstream qs ecosystem.

Aliased Typeยง

pub struct Object { /* private fields */ }