Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

ob6160/Unjsonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unjsonify

Turns json files into readable html lists.

To use in your project:

yourJson: Json in text format.
data: A returned html list filled with your json!
params: Parameters for the function. Available parameters:
        jump: default to false. If true the viewport will jump to clicked node.
            example: params = { jump: true };

unjsonify(yourJson, params, function(data){
             
});

Page: http://ob6160.github.io/Unjsonify/ Demo: http://ob6160.github.io/Unjsonify/jsonify-demo/

About

Turns json files into readable html lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published