Expand description
Data structure for representing a data-model of Eure.
Structs§
Enums§
- Boolean
KeyRepr - How to represent boolean keys in a data model that does not support booleans as object keys. Corresponds to the
$boolean-key-reprextension. - Data
Model - Data model of a document or a value in a document. Corresponds to the
$data-modelextension. - Number
KeyRepr - How to represent numeric keys in a data model that does not support numbers as object keys. Corresponds to the
$number-key-reprextension. - Text
Repr - How to represent text with non-plaintext language in a data model.
- Tuple
KeyRepr - How to represent tuple keys in a data model that does not support tuples as object keys. Corresponds to the
$tuple-key-reprextension. - Tuple
Repr - How to represent tuples in a data model that does not support tuples. Corresponds to the
$tuple-reprextension. - Variant
Repr - How to represent variant in a data model. Corresponds to the
$variant-reprextension.