This is a concept application for a spontaneous web form that writes to a local JSON file.
- Spin up a browser and web server.
- Using html forms and any existing data.json create forms.
- During a POST action, create or modify the data.json.
- Lather, rinse, and repeat.
This is now a successful proof of concept. I can use the built-in PHP web server to populate a form and then save out a data.json file.
- Can this be converted into a PHAR file?