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.
- TypeScript
- React
- Jest
npm start
– try out the editornpm test
– run testsnpm deploy
– deploy to Github Pages