Skip to main content

JsonObject

Type Alias JsonObject 

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

An arbitrary JSON object preserved verbatim from the API.

Aliased Typeยง

pub struct JsonObject { /* private fields */ }