Files
Nim/tests/jsontest.json
2009-09-15 23:22:22 +02: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
}