Skip to content

AdrianR3/json-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published