pass1.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. "JSON Test Pattern pass1",
  3. {"object with 1 member":["array with 1 element"]},
  4. {},
  5. [],
  6. -42,
  7. true,
  8. false,
  9. null,
  10. {
  11. "integer": 1234567890,
  12. "real": -9876.543210,
  13. "e": 0.123456789e-12,
  14. "E": 1.234567890E+34,
  15. "": 23456789012E666,
  16. "zero": 0,
  17. "one": 1,
  18. "space": " ",
  19. "quote": "\"",
  20. "backslash": "\\",
  21. "controls": "\b\f\n\r\t",
  22. "slash": "/ & \/",
  23. "alpha": "abcdefghijklmnopqrstuvwyz",
  24. "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
  25. "digit": "0123456789",
  26. "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
  27. "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
  28. "true": true,
  29. "false": false,
  30. "null": null,
  31. "array":[ ],
  32. "object":{ },
  33. "address": "50 St. James Street",
  34. "url": "http://www.JSON.org/",
  35. "comment": "// /* <!-- --",
  36. "# -- --> */": " ",
  37. " s p a c e d " :[1,2 , 3
  38. ,
  39. 4 , 5 , 6 ,7 ],
  40. "compact": [1,2,3,4,5,6,7],
  41. "jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}",
  42. "quotes": "&#34; \u0022 %22 0x22 034 &#x22;",
  43. "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
  44. : "A key can be any string"
  45. },
  46. 0.5 ,98.6
  47. ,
  48. 99.44
  49. ,
  50. 1066
  51. ,"rosebud"]