Skip to main content

JsonObject

Type Alias JsonObject 

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

A JSON object, i.e. a mapping from String to Value.

Aliased Typeยง

pub struct JsonObject { /* private fields */ }