Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.16 KB

SimpleJSON Editor

About

SimpleJSON editor is a simple JSON editor.

Usage

Supported functions are as follows:

  • Opening a file
  • Editing JSON
  • Validating JSON
  • Saving JSON to a file
  • Public saving/loading JSON from pastes.dev

Screenshots

In order, the dracula, neo, and 3024-night themes.

Settings

Available settings are as follows:

  • Editor Theme
  • Font Size
  • Line Wrapping

License

License coming soon.

Developing

Building from Source

Clone the repository: git clone https://github.com/AdrianR3/json-editor.git

Install dependencies: npm install

Build CSS: npm run build

Developing and Contributing

PR's are welcome!

Watch files during fevelopment: npm run dev