first commit
This commit is contained in:
25
build/node_modules/json5/test/parse-cases/misc/readme-example.json5
generated
vendored
Normal file
25
build/node_modules/json5/test/parse-cases/misc/readme-example.json5
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
foo: 'bar',
|
||||
while: true,
|
||||
|
||||
this: 'is a \
|
||||
multi-line string',
|
||||
|
||||
// this is an inline comment
|
||||
here: 'is another', // inline comment
|
||||
|
||||
/* this is a block comment
|
||||
that continues on another line */
|
||||
|
||||
hex: 0xDEADbeef,
|
||||
half: .5,
|
||||
delta: +10,
|
||||
to: Infinity, // and beyond!
|
||||
|
||||
finally: 'a trailing comma',
|
||||
oh: [
|
||||
"we shouldn't forget",
|
||||
'arrays can have',
|
||||
'trailing commas too',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user