Skip to content

A jQuery plugin to render the formatted and collapsible the json

License

Notifications You must be signed in to change notification settings

sparuvu/jsonfrill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonfrill v0.1 A jQuery plugin to render the formatted, collapsible and color coded json.

Demo

##Usage

  • $(target).jsonFrill();
    • Replaces the contents of target with formatted json
  • $(target).jsonFrill(sourceJson);
    • Formats the sourceJson and replaces the content of the target
  • $(target).jsonFrill(sourceJson, options);
    • Formats the sourceJson and replaces the content of the target
    • Consumes the external options.
    • ######Options Defaults
      • Collapse : false
    • tab : 2
    • toolbar : true

##Dependencies Depends on jQuery >= 1.10.2

About

A jQuery plugin to render the formatted and collapsible the json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published