{ "bookstore": {
    "book": [ 
      { 
	"title": "Don Quixote",
	"genre": "novel",
        "author": "Miguel de Cervantes",
        "InStock": 200,
	"language": "Spanish"
      },
      { 
	"title": "Cyrano de Bergerac",
	"genre": "romance",
        "author": "Edmond Rostand",
        "InStock": 126,
	"language": "French"
      },
      { 
	"title": "The Three Musketeers",
	"genre": "historial novel",
        "author": "Alexandre Dumas",
        "InStock": 356,
	"language": "French"

      }

    ]

  }
}   