hydra.dsl.json.model module
DSL functions for hydra.json.model.
- hydra.dsl.json.model.value_array(x: TypedTerm[Sequence[Value]]) TypedTerm[Value]
DSL injection for the array variant of hydra.json.model.Value.
- hydra.dsl.json.model.value_boolean(x: TypedTerm[bool]) TypedTerm[Value]
DSL injection for the boolean variant of hydra.json.model.Value.
- hydra.dsl.json.model.value_number(x: TypedTerm[Decimal]) TypedTerm[Value]
DSL injection for the number variant of hydra.json.model.Value.