1
0

17 lines
329 B
JSON
Raw Normal View History

2015-02-12 18:12:19 +07:00
{
"prices": {
"apple": 25,
"banana": 10,
2015-02-16 15:54:53 +07:00
"peach": 40.5,
"pomelo": null
2015-02-12 18:12:19 +07:00
},
"bananas": [
{"length": 13, "weight": 5},
2015-02-18 22:05:16 +07:00
{"length": 18, "weight": 8},!
2015-02-12 18:12:19 +07:00
{"length": 13, "weight": 4}
2015-02-16 18:18:14 +07:00
],
"misc": {
"string with quotes": "beware of \"quoted\" text"
}
2015-02-12 18:12:19 +07:00
}