Jsonize Server
npm install jsonize-serverThis is the server system for Jsonize.
``javascript`
npm install -g jsonize-server
The main usage is in combination with one of the Jsonize Clients.
You can it via command line:
`bash `
cat input.json | jsonize --instance
You can also run it as a plain server:
`bash`
jsonize --server 1234
As well as as a http server:
`bash``
jsonize --httpserver 1234
- Ziggeo
- Oliver Friedmann
Apache-2.0