Files
Nim/tests/testdata/jsontest.json
2010-02-26 01:26:16 +01:00

23 lines
238 B
JSON
Executable File

// Simple JSON test file
// (c) 2009 Andreas Rumpf
/* a long comment */
{
"key1": null,
"key2": [
{},
{ },
[],
[ /* empty array */ ],
-1e10 // another comment
] ,
"key3": false
}