https://github.com/vitaly-rudenko/json-editor
Visual JSON editor with drag-and-drop support.
https://github.com/vitaly-rudenko/json-editor
javascript json react typescript wysiwyg
Last synced: 4 months ago
JSON representation
Visual JSON editor with drag-and-drop support.
- Host: GitHub
- URL: https://github.com/vitaly-rudenko/json-editor
- Owner: vitaly-rudenko
- Created: 2019-08-12T17:44:45.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-06T20:38:17.000Z (over 1 year ago)
- Last Synced: 2024-11-08T22:26:26.120Z (6 months ago)
- Topics: javascript, json, react, typescript, wysiwyg
- Language: TypeScript
- Homepage: http://vitaly-rudenko.github.io/json-editor
- Size: 1.97 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual JSON editor

## Description
This project is a real-time JSON editor with nested property manipulation and comprehensive testing.
Features:
- 👀 WYSIWYG editor of JSON files – the changes are reflected in real time
- ↔️ Move properties within nested objects and arrays
- 📝️️️️️️ Extensive tests for all weird edge casesUnfortunately, array support is limited at the moment.
## Stack & tools
- TypeScript
- React
- Jest## Commands
- `npm start` – try out the editor
- `npm test` – run tests
- `npm deploy` – deploy to Github Pages