Search code examples
json2html

JSON2HTML - Is there a command line option available to convert JSON to HTML?


Is there a command line option available to convert JSON to HTML? I wanted a command line option like

json2html jsonstring transform > output.html

Solution

  • No sorry there isn't .. though you should be able to achieve something like this by writing a simple wrapper in node.js using the node module for json2html found here

    https://github.com/moappi/node-json2html