{
  "bookstore": {
    "book": [
      {
        "category": "fiction",
        "title": "The Hitchhiker's Guide to the Galaxy",
        "author": "Douglas Adams",
        "year": 1979,
        "price": 12.99
      },
      {
        "category": "science",
        "title": "Cosmos",
        "author": "Carl Sagan",
        "year": 1980,
        "price": 15.50
      }
    ]
  }
}