{
"store" : {
"bicycle" : {
"color" : "red",
"price" : 19.95
},
"book" : [
{
"price" : 8.95,
"title" : "Sayings of the Century",
"author" : "Nigel Rees",
"category" : "reference"
},
{
"price" : 12.99,
"title" : "Sword of Honour",
"author" : "Evelyn Waugh",
"category" : "fiction"
},
{
"price" : 8.99,
"isbn" : "0-553-21311-3",
"title" : "Moby Dick",
"author" : "Herman Melville",
"category" : "fiction"
},
{
"price" : 22.99,
"isbn" : "0-395-19395-8",
"title" : "The Lord of the Rings",
"author" : "J. R. R. Tolkien",
"category" : "fiction"
},
{
"price" : 13.95,
"isbn" : "0-547-92822-X",
"title" : "The Hobbit",
"author" : "J. R. R. Tolkien",
"category" : "fiction"
}
]
}
}