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.
- Json
Opaque JsonDom
opaque value.- 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§
- Json
Container JsonDom
container.- JsonDom
- Structured in-memory representation of a JSON value.
- Json
Number JsonDom
number.- Json
Scalar JsonDom
scalar value.- Jsonb
Error - Jsonb
ToJson Error - Jsonb
Type - 1-byte JSONB type marker
- Literal
Type - 1-byte JSONB literal type
- Value
- Deserialized 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
.