Files
asciidisco.com/build/node_modules/json5/test/parse-cases/objects/unquoted-keys.json5
2023-08-01 13:49:46 +02:00

8 lines
150 B
Plaintext

{
hello: "world",
_: "underscore",
$: "dollar sign",
one1: "numerals",
_$_: "multiple symbols",
$_$hello123world_$_: "mixed"
}