Skip to main content

JsonObject

Type Alias JsonObject 

Source
pub type JsonObject = Map<String, JsonValue>;
Expand description

A JSON object (string keys, insertion order preserved).

Aliased Typeยง

pub struct JsonObject { /* private fields */ }