Module jsonb

Source
Expand description

MySql internal binary JSON representation.

Structs§

Array
An Array (see ComplexType).
ArrayIter
An iterator over keys of an object.
ComplexValue
JSONB array or object.
JsonOpaque
JsonDom opaque value.
JsonbString
A key of a JSONB object.
Large
Large array/object storage format. See StorageFormat.
Object
An Object (see ComplexType).
ObjectIter
An iterator over entries of an object.
ObjectKey
A key of a JSONB object.
ObjectKeys
An iterator over keys of an object.
OpaqueValue
JSONB opaque value
Small
Small array/object storage format. See StorageFormat.
UnknownJsonbType
UnknownLiteralType

Enums§

JsonContainer
JsonDom container.
JsonDom
Structured in-memory representation of a JSON value.
JsonNumber
JsonDom number.
JsonScalar
JsonDom scalar value.
JsonbError
JsonbToJsonError
JsonbType
1-byte JSONB type marker
LiteralType
1-byte JSONB literal type
Value
Deserialized Jsonb value.

Traits§

ComplexType
Type of a complex jsonb value (array or object).
StorageFormat
JSONB storage format for objects and arrays. See ComplexType.