Skip to content

lkatney/ANY-JSON2HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANY-JSON2HTML Live Demo

Convert any JSON/ARRAY structure easily into html tables using ANY-JSON2HTML library

== Easy to use, Easily configurable
== Fast & Reliable
== Convert any random json/array structure
== build beautiful tables hence enhancing rading

USAGE

Include below scripts as follows

<script src="scripts/jquery-1.3.2.debug.js" type="text/javascript"></script>
<script src="scripts/json.htmTable.js" type="text/javascript"></script>
<script src="scripts/json.debug.js" type="text/javascript"></script>

Include below css as follows

<link href="styles/default.css" rel="stylesheet" type="text/css" />

That's it you are good to go. just call CreateView and append it to any div

$('#results').append(CreateView(json, "lightPro", true)).fadeIn();

About

Library to convert any json/array format to html tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published