Skip to main content

JsonObject

Type Alias JsonObject 

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

A JSON object in the Hot API wire format.

Aliased Typeยง

pub struct JsonObject { /* private fields */ }