JSONObject

Type Alias JSONObject 

Source
pub type JSONObject<T> = NamedObjectBase<JSONObjectType<T>>;

Aliased Typeยง

pub struct JSONObject<T> { /* private fields */ }