unquoted-keys.json5 150 B

12345678
  1. {
  2. hello: "world",
  3. _: "underscore",
  4. $: "dollar sign",
  5. one1: "numerals",
  6. _$_: "multiple symbols",
  7. $_$hello123world_$_: "mixed"
  8. }