I have to show this JSON data and also if i add extra data in JSON it must shown in HTML without refreshing the page

I have to show this JSON data and also if i add extra data in JSON it must shown in HTML without refreshing the page

This is my JSON data.

{

"Facebook": [ { "facebook_name": "Apple", "facebook_post": "Apple posted a photo", "facebook_comment": "Apple commented on a photo" }, { "facebook_name": "Mango", "facebook_post": "Mango posted a photo", "facebook_comment": "Mango commented on a photo" } ] }