{ "bookstore": { "bookstore-name": "Easons", "categories": [ { "code": 1, "name": "Children", "books" : [ { "title": "Matilda", "lang": "English", "authors": ["Roald Dahl"], "editions": [1988, 2000], "price": 10 }, { "title": "The Gruffalo", "lang": "English", "authors": ["Julia Donaldson"], "editions": [1999], "price": 15 } ] }, { "code": 2, "name": "Thriller", "books" : [ { "title": "Annihilation", "lang": "English", "authors": ["Jeff VanderMeer"], "editions": [2014], "price": 15 } ] }, { "code": 3, "name": "Comedy", "books" : [ { "title": "Good Omens", "lang": "English", "authors": ["Neil Gaiman", "Terry Pratchett"], "editions": [2006], "price": 13 }, { "title": "A Book with No Language", "lang": "", "authors": ["Joe Bloggs"], "editions": [2023], "price": 20 } ] }, { "code": 4, "name": "Computing", "books" : [ { "title": "Debian GNU/Linux", "lang": "German", "authors": ["Peter H. Ganten", "Wulf Alex"], "editions": [2007, 2013, 2021], "price": 39 }, { "title": "Logarithm tables", "lang": "N/A", "authors": ["Joe Bloggs"], "editions": [2009], "price": 11 } ] } ] } }