jJsonViewer - jQuery Plugin

jJsonViewer is a jquery plugin which you can all on any jquery element. This function takes JSON or stringified JSON as input which will be converted into html and added into given element.

How to use –

  • Just download jJsonViewer plugin. You only need javascript and stylesheet.
  • Include both in your html page.
  • Now call jJsonViewer on any element and pass it json data$(element).jJsonViewer(json)