DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / encoding / jsonschema / testdata / txtar / constobj.txtar
1234567891011
-- schema.json -- { "type": "object", "const": {"a": 1} } -- out/decode/extract -- close({ a!: 1 })