Is there a command line option available to convert JSON to HTML? I wanted a command line option like
json2html jsonstring transform > output.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
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