Skip to content

JsonValue

JsonValue = JsonPrimitive | JsonValue[] | {[key: string]: JsonValue; }

JSON-safe value shape used by normalized sessions, artifacts, and errors.