Type Definition json_value::JsonObject

source · []
pub type JsonObject = Map<String, Value>;
Expand description

Represents any valid JSON object.