Skip to main content

JsonObject

Type Alias JsonObject 

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

Type alias for a JSON object. Used for _meta, structuredContent, and other Record<string, unknown> fields.

Aliased Typeยง

pub struct JsonObject { /* private fields */ }