jquery-load-json
Version:
jQuery plugin that enables developers to load JSON data from the server and load JSON object into the DOM.
17 lines • 389 B
JavaScript
{
"ID": 17,
"Name": "John Nash",
"Address": "Nobel House, Regent Center",
"Town": "Lothian",
"Description": null,
"DoB": "08/12/1980",
"Mail": "john.nash@acme.com",
"Website": "http://www.john-nash.com",
"Phone": "+481 34 437 62 382",
"Family": true,
"Country": [
"UK",
"FRA"
],
"Logo":"images/logo17.jpg"
}