{
  "books": [
    {
      "name": "Ullman, Larry",
      "title": "PHP Advanced and Object-Oriented Programming",
	  "publisher": "Peachpit Press",
	  "isbn": "978-0-321-83218-4",
	  "subjects": [
	    "PHP", 
		"OOP"
	  ]
    },
    {
      "name": "Ullman, Larry",
      "title": "PHP and MySQL for Dynamic Websites",
	  "publisher": "Peachpit Press",
	  "isbn": "978-0-321-78407-0",
	  "subjects": [
	    "PHP", 
		"MySQL"
	  ]
    },
	 {
      "name": "Zakas, Nicholas C",
      "title": "Professional JavaScript for Web Developers",
	  "publisher": "Wrox",
	  "isbn": "978-1-118-02669-4",
	  "subjects": [
	    "JavaScript"
	  ]
    },
	{
      "name": "Sanders, William",
      "title": "Learning PHP Design Patterns",
	  "publisher": "O'Reilly",
	  "isbn": "978-1-449-34491-7",
	  "subjects": [
	    "PHP", 
		"OOP"
	  ]
    },
	{
      "name": "Hawramani, Ikram",
      "title": "Object-Oriented PHP Best Practices",
	  "publisher": "Hawramani.com",
	  "isbn": "978-1-520-58293-1",
	  "subjects": [
	    "PHP", 
		"OOP"
	  ]
    },
	{
      "name": "Duckett, Jon",
      "title": "HTML & CSS design and build websites",
	  "publisher": "Wiley",
	  "isbn": "978-1-118-00818-8",
	  "subjects": [
	    "HTML", 
		"CSS"
	  ]
    },
	{
      "name": "Sawyer McFarland, David",
      "title": "JavaScript & jQuery the missing manual",
	  "publisher": "O'Reilly",
	  "isbn": "978-1-449-39902-3",
	  "subjects": [
	    "JavaScript", 
		"jQuery"
	  ]
    },
	{
      "name": "Shiflett, Chris",
      "title": "Essential PHP Security",
	  "publisher": "O'Reilly",
	  "isbn": "978-0-596-00656-3",
	  "subjects": [
	    "PHP"
	  ]
    },
	{
      "name": "Simpson, Kyle",
      "title": "You Don't Know JS: Up & Going",
	  "publisher": "O'Reilly",
	  "isbn": "978-1-491-92446-4",
	  "subjects": [
	    "JavaScript"
	  ]
    },
	{
      "name": "Hughes, Sterling",
      "title": "PHP Developers Cookbook",
	  "publisher": "Sams",
	  "isbn": "0-672-31924-1",
	  "subjects": [
	    "PHP"
	  ]
    }
  ]
}