test_5.txt 409 B

12345678910111213141516
  1. {
  2. "first": "John",
  3. "last": "Doe",
  4. "age": 25,
  5. "registered": true,
  6. "interests": [ "Reading", "Mountain Biking" ],
  7. "favorites": {
  8. "color": "blue",
  9. "sport": "running"
  10. },
  11. "utf string" : "\u006corem\u0020ipsum",
  12. "utf-8 string": "あいうえお",
  13. "surrogate string": "lorem\uD834\uDD1Eipsum\uD834\uDF67lorem",
  14. "string with null": "abc\u0000def",
  15. "windows path": "C:\\Windows\\Path"
  16. }