Expand description
MySql internal binary JSON representation.
Structs§
- Array
- An Array (see
ComplexType
). - Array
Iter - An iterator over keys of an object.
- Complex
Value - JSONB array or object.
- Jsonb
String - A key of a JSONB object.
- Large
- Large array/object storage format. See
StorageFormat
. - Object
- An Object (see
ComplexType
). - Object
Iter - An iterator over entries of an object.
- Object
Key - A key of a JSONB object.
- Object
Keys - An iterator over keys of an object.
- Opaque
Value - JSONB opaque value
- Small
- Small array/object storage format. See
StorageFormat
. - Unknown
Jsonb Type - Unknown
Literal Type
Enums§
- Jsonb
Error - Jsonb
ToJson Error - Jsonb
Type - 1-byte JSONB type marker
- Literal
Type - 1-byte JSONB literal type
- Value
- Jsonb Value.
Traits§
- Complex
Type - Type of a complex jsonb value (array or object).
- Storage
Format - JSONB storage format for objects and arrays. See
ComplexType
.