Expand description
JSON value types for the C API (no serde dependency). JSON value types for C API (data definitions only, no serde_json dependency)
The actual parsing/serialization lives in azul_layout::json which adds
serde_json-based implementations on top of these types.
Structs§
- Json
- A generic JSON value that can hold any JSON type
- Json
Internal - Internal storage for JSON values.
- Json
KeyValue - A key-value pair in a JSON object
- Json
KeyValue Vec - Json
KeyValue VecSlice - C-compatible slice type for $struct_name. This is a non-owning view into a Vec’s data.
- Json
Parse Error - Error when parsing JSON
- JsonVec
- Json
VecSlice - C-compatible slice type for $struct_name. This is a non-owning view into a Vec’s data.
Enums§
- Json
KeyValue VecDestructor - Json
Type - Type of a JSON value
- Json
VecDestructor - Option
I64 - Option
Json - Option
Json KeyValue - Option
Json KeyValue Vec - Option
Json Vec - Result
Json Json Parse Error