jquery-load-json
Version:
jQuery plugin that enables developers to load JSON data from the server and load JSON object into the DOM.
29 lines • 592 B
JavaScript
[
{
"ID": 17,
"Name": "John Nash",
"Address": "Nobel House, Regent Center",
"Town": "Lothian",
"Logo":"images/logo17.jpg"
},
{
"ID": 18,
"Name": "Thomas Johnson",
"Address": "Milton Keynes Leisure Plaza"
},
{
"ID": 19,
"Name": "Clare Fergusson",
"Address": "Hophouse"
},
{
"ID": 20,
"Name": "Anna Henning",
"Address": null
},
{
"ID": 21,
"Name": "Ashley, Mark",
"Address": "1-2 Vance Court"
}
]