jsontest.json 361 B

123456789101112131415161718192021222324252627
  1. // Simple JSON test file
  2. // (c) 2011 Andreas Rumpf
  3. /* a long comment */
  4. {
  5. "key1": null,
  6. "obj": {"1": 2, "5": 4},
  7. "key2": [
  8. {},
  9. { },
  10. [],
  11. [ // empty array
  12. ],
  13. -1e10 // another comment
  14. ] ,
  15. "keyÄÖöoß\u00DF": false
  16. }
  17. // [{}, {899: 12, "x": "y"}, [], 123, 89, 89, "xyz", null, [], [], [1, 2, 3]]