An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Visual JSON editor

![Screencap](https://raw.githubusercontent.com/Vitaly-Rudenko/json-editor/develop/screencap.gif)

## 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 cases

Unfortunately, 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