first commit
This commit is contained in:
8
build/node_modules/json5/test/parse-cases/objects/unquoted-keys.json5
generated
vendored
Normal file
8
build/node_modules/json5/test/parse-cases/objects/unquoted-keys.json5
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
hello: "world",
|
||||
_: "underscore",
|
||||
$: "dollar sign",
|
||||
one1: "numerals",
|
||||
_$_: "multiple symbols",
|
||||
$_$hello123world_$_: "mixed"
|
||||
}
|
||||
Reference in New Issue
Block a user