mirror of
https://github.com/kgabis/parson.git
synced 2024-11-24 14:05:30 +00:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
{
|
|
"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"
|
|
} |