Skip to content

vitaly-rudenko/json-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual JSON editor

Screencap

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

About

Visual JSON editor with drag-and-drop support.

Topics

Resources

Stars

Watchers

Forks