-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hussein Duvigneau edited this page Feb 13, 2017
·
3 revisions
A tool for bulk-editing JSON data, inspired by an API refactor project.
- On the default "input" tab, enter raw JSON data, and then proceed to the "Edit" tab.
- Here you can create transformations to the JSON. The transformations will happen in order, and can be reordered and disabled.
- The transformation stack is persistent, meaning you can change your sample data in the input tab and instantly see how the same transformations would apply to it.
- The resulting JSON will output to the output tab.
I plan on hosting this publicly myself, but if you want to run the app yourself, then it's the same basic 3 steps as most other projects:
- git checkout
- npm install
- npm start