var data = {
"title" : "Code Maven",
"description" : "Coding is fun!",
"address" : {
"street" : "Main str."
},
"names" : [ "Foo", "Bar"],
"articles" : [
{
"author": "Foo",
"title" : "Handling user events in JavaScript",
"url" : "http://code-maven.com/handling-events-in-javascript",
"desc" : "This is the first article"
},
{
"author": "Bar",
"title" : "On-load counter with JavaScript and local storage",
"url" : "http://code-maven.com/on-load-counter-with-javascript-and-local-storage"
},
{
"author": "Foo",
"url" : "http://code-maven.com/"
}
],
"people" : [
{
"name" : "Foo",
"age" : 42
},
{
"name" : "Bar",
"age" : 23
}
]
};