CloningExample/Example/sample.json
2023-10-16 17:15:10 -05:00

21 lines
546 B
JSON

{
"_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"
}
}