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

Latest commit

 

History

History
19 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 551 Bytes

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/