Files
Nim/tests/testdata/jsontest.json
2010-08-14 15:46:07 +02:00

27 lines
341 B
JSON
Executable File

// Simple JSON test file
// (c) 2009 Andreas Rumpf
/* a long comment */
{
"key1": null,
{1: 2, {}: 4}: 12,
"key2": [
{},
{ },
[],
[ // empty array
],
-1e10 // another comment
] ,
"key3": false
}
// [{}, {899: 12, "x": "y"}, [], 123, 89, 89, "xyz", null, [], [], [1, 2, 3]]