4

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

json2html jsonstring transform > output.html
Thejus Krishna
  • 1,755
  • 1
  • 19
  • 28

1 Answers1

0

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

Chad Brown
  • 1,627
  • 1
  • 13
  • 22