| 12345678910111213141516 |
- {
- "first": "John",
- "last": "Doe",
- "age": 25,
- "registered": true,
- "interests": [ "Reading", "Mountain Biking" ],
- "favorites": {
- "color": "blue",
- "sport": "running"
- },
- "utf string" : "\u006corem\u0020ipsum",
- "utf-8 string": "あいうえお",
- "surrogate string": "lorem\uD834\uDD1Eipsum\uD834\uDF67lorem",
- "string with null": "abc\u0000def",
- "windows path": "C:\\Windows\\Path"
- }
|