SimpleJSON editor is a simple JSON editor.
Supported functions are as follows:
- Opening a file
- Editing JSON
- Validating JSON
- Saving JSON to a file
- Public saving/loading JSON from pastes.dev
In order, the dracula, neo, and 3024-night themes.
Available settings are as follows:
- Editor Theme
- Font Size
- Line Wrapping
License coming soon.
Clone the repository: git clone https://github.com/AdrianR3/json-editor.git
Install dependencies: npm install
Build CSS: npm run build
Watch files during fevelopment: npm run dev