pub type JsonObject = Map<String, Value>;
Type alias for a JSON object. Used for _meta, structuredContent, and other Record<string, unknown> fields.
_meta
structuredContent
Record<string, unknown>
pub struct JsonObject { /* private fields */ }