Some JSON for You
{
"name": "Homer Simpson",
"cartoon": true,
"age": 42,
"food": [
"donut", "donut", "donut"
],
"family": {
"wife": "Marge",
"son": "Bart"
}
}