# JSON Transformer ## Tool for Transforming JSON data Enter a JSON and a transformation, and this tool will output the result. ## See this demo in action This demo can be viewed at https://algorithmia.com/demo/json ## Run it yourself This demo only contains frontend code and requires no specialized hosting (or even a server). 1. download the repository 2. if you have not already, run the **setup** steps outlined in [/PUBLISH.md](../../PUBLISH.md) 3. build the demo: `grunt build:json` 4. open **/build/json/index.html** in a web browser Find more information in the [Algorithmia Developer Center](http://developers.algorithmia.com) or the [API Docs](http://docs.algorithmia.com/).