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.
CloningExample/Example/sample.json

21 lines
546 B

{
"_comment0":"This is a sample JSON file",
"Title":"hello World",
"xPos":"12.0",
"yPos":"0.0",
"_comment1":"This is an object within this object",
"object": {
"value_one" : "1",
"value_two" : "2",
"_comment1_1":"There is object within this object as well",
"object_in_object":
{
"lyrics": "Agent Orange! Agent Orange! Agent Orange! A fire that doesn't burn!"
}
},
"_comment2":"There is another object within this object and it has valuable information",
"another_object": {
"name" : "Andrew",
"age" : "12"
}
}