Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
/ jjsonviewer Public archive
forked from Shridhad/jjsonviewer

Its a JSON Beautifier and Viewer jQuery plugin.

Notifications You must be signed in to change notification settings

Laubi/jjsonviewer

 
 

Repository files navigation

jJsonViewer Build Status

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

	var jjson = '{ "name": "jJsonViewer","author": { "name": "Shridhar Deshmukh", "email": "[email protected]", "contact": [{"location": "office", "number": 123456}, {"location": "home", "number": 987654}] } }';

	$("#jjson").jJsonViewer(jjson);

This plugin includes JSON beautifier, you can expand and collapse JSON objects.

Here is how it will look.

Output of jJsonViewer

About

Its a JSON Beautifier and Viewer jQuery plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 2.8%
  • HTML 0.8%