hydra.dsl.json.writer module

DSL functions for hydra.json.writer.

hydra.dsl.json.writer.hex_byte(arg0: TypedTerm[int]) TypedTerm[str]

DSL reference to hydra.json.writer.hexByte.

hydra.dsl.json.writer.json_string(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.json.writer.jsonString.

hydra.dsl.json.writer.key_value_to_expr(arg0: TypedTerm[tuple[str, Value]]) TypedTerm[Expr]

DSL reference to hydra.json.writer.keyValueToExpr.

hydra.dsl.json.writer.print_json(arg0: TypedTerm[Value]) TypedTerm[str]

DSL reference to hydra.json.writer.printJson.

hydra.dsl.json.writer.value_to_expr(arg0: TypedTerm[Value]) TypedTerm[Expr]

DSL reference to hydra.json.writer.valueToExpr.