jsoneditor/test/resources/json1.json

9 lines
115 B
JSON
Raw Normal View History

{
"obj": {
"arr": [1,2, {"first":3,"last":4}]
},
"str": "hello world",
"nill": null,
"bool": false
}