jsonfrill v0.1 A jQuery plugin to render the formatted, collapsible and color coded json.
##Usage
- $(target).jsonFrill();
- Replaces the contents of
target
with formatted json
- Replaces the contents of
- $(target).jsonFrill(sourceJson);
- Formats the
sourceJson
and replaces the content of thetarget
- Formats the
- $(target).jsonFrill(sourceJson, options);
- Formats the
sourceJson
and replaces the content of thetarget
- Consumes the external options.
- ######Options Defaults
- Collapse : false
- tab : 2
- toolbar : true
- Formats the
##Dependencies Depends on jQuery >= 1.10.2