You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
parson/tests/test_5.txt

15 lines
371 B

{
"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",
"windows path": "C:\\Windows\\Path"
}