Skip to content
Hussein Duvigneau edited this page Feb 13, 2017 · 3 revisions

A tool for bulk-editing JSON data, inspired by an API refactor project.

Usage

  1. On the default "input" tab, enter raw JSON data, and then proceed to the "Edit" tab.
  2. Here you can create transformations to the JSON. The transformations will happen in order, and can be reordered and disabled.
  3. 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.
  4. The resulting JSON will output to the output tab.

Set-up

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:

  1. git checkout
  2. npm install
  3. npm start

Clone this wiki locally