json2html is a javascript HTML templating library used to transform JSON objects into HTML using a another user specified JSON transform.
json2html is a javascript HTML templating library used to transform JSON objects into HTML using another user-specified JSON transform which we call transforms. json2HTML can be used with:
- Native Javascript using the core library
- jquery as jquery plug-in, and extending the core library to include jquery events
- node.js as node.js package, to be used on a node.js web server
Each wrapper uses the same transform, thus allowing for one transform to be written that can be run on either the web client (browser) or web server.