Welcome to My How-To Guide!
This guide will give you all you need to create your own JSON editor. I’ll start with the basics of the JSON file format leading to how JSON interacts with Python, showing how to manipulate the files and create your own file. From here, knowing how we can use Python to modify, create, delete JSON files, we can start to build a form to use as an interface for these actions, I will use some basic HTML, but more advanced elements can be used. For hosting the web form, we will use Flask as it is easy to install and use. Then finally I will show you how to get feedback from this form.
Prerequisites
These are just some prerequisites to be installed for this tutorial:
- Visual Studio Code, version 1.52.1 or newer, or other Python 3-Supporting IDE
- Python 3 or newer
- Beginner's knowledge of Python and HTML