# JSON-Bookstore A simple JSON bookstore to add books to a JSON file with PHP. A good way to learn JSON with PHP. In this example you can learn how to read and write JSON files. It also stacks the books on a drawer as a nice graphical representation, when it reads the JSON list/ database. For students: As a challenge for you, we left the editing of the JSON out. Complete the class by adding an edit function. ![Screenshot](https://github.com/flaneurette/JSON-Bookstore/blob/master/example.png)