Packages

Library for manipulating map objects, useful for mdm systems

Current section

Files

Jump to
json2json README.md
Raw

README.md

# Json2Json
To start the app:
* Install dependencies with `mix deps.get`
* Start web server with `iex -S mix`
Sanity check:
Visit [http://localhost:4000/ping](http://localhost:4000/ping) in your browser, you should see a "pong" message.
## Tests
Run `mix test`
## Sample urls
curl -H "Content-Type: application/json" -XPOST --data @test.json http://localhost:4000/json2json