One of the common use of JSON is to read data from a web server, and display the data in a web page. Below is one example of JSON comma separated text saved with xyz.json, jQuery makes it simpler to load
results.json
     {
"website1": "http://frontiersoft.net",
"website2" : "http://frontinterface.com",
"website3": "coming soon"
}
        
    
Click here load result.html file:
Loading doc.....