Json

From Wiki at Neela Nurseries
Revision as of 19:32, 22 February 2024 by Ted (talk | contribs) (Create page "JSON notes".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

JSON notes

https://github.com/quarkusio/quarkus/issues/8568

Excerpt from above github issue for to-us-unknown-project-quarkusio, issue which touches on JSON syntax or structural matter. D. M. Lloyd says "A YAML key cannot contain a simple value and subkeys", and gives the following corrected syntax with a key named tilda to hold what another user was expressing as a simple value to the fourth nested subkey:

quarkus:
  log:
    console:
      json:
        ~: true
        date-format: "default"


TODO: find out what `child-binding` key is in a bindings file written in YAML, for Zephyr based project.