Files
alfresco-ng2-components/react-app/node_modules/json5/test/parse-cases/objects/unquoted-keys.json5
Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

8 lines
150 B
Plaintext

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