Aşağıdaki gibi istediğin sonuca ulaşabilirsin. Detaylandırmak sana kalmış.
Kolay gelsin.
<script type="text/javascript">
var data = {
                                "code": "BCHM03Epuir",
                                "date": 1456195547.0,
                                "dimensions": {
                                    "width": 480,
                                    "height": 480
                                },
                                "comments": {
                                    "count": 194
                                },
                                "caption": "FOLLOW @HAIRARTTUT \u2764\ufe0f\n\u2800Follow: \u2665 @HAIRARTTUT \ud83d\udc44\n\u2800Sigam: \u2665 @HAIRARTTUT \ud83d\udc44\n\u2800\u2800 \u2800 \u2800 \u2665 @HAIRARTTUT \ud83d\udc44\n\u2800\u2800\u2800 \u2800 \u2665 @HAIRARTTUT \ud83d\udc44\n\u2800\u2800\u2800 \u2800 -\nCREDIT: cleobuttera.com\n-\n#chocolate #love #creative #video #colorful #diy #tips #hairstyle #delicious #food #followme #fashion #color #colorful #love #food #makeup #eyeliner #eyemakeup #lips #shoes #contour #highlight #hair #braid #wonderful #beautiful #tbt #photooftheday #vacation #amazing #fitness #gym",
                                "likes": {
                                    "count": 34196
                                },
                                "owner": {
                                    "id": "282082489"
                                },
                                "thumbnail_src": "https:\/\/igcdn-photos-h-a.akamaihd.net\/hphotos-ak-xat1\/t51.2885-15\/e35\/11259100_1536642986636295_1444411501_n.jpg?ig_cache_key=MTE5MDk3NzAzNTU2NzU1Njc3OQ%3D%3D.2",
                                "is_video": false,
                                "id": "1190977035567556779",
                                "display_src": "https:\/\/igcdn-photos-h-a.akamaihd.net\/hphotos-ak-xat1\/t51.2885-15\/s480x480\/e35\/11259100_1536642986636295_1444411501_n.jpg?ig_cache_key=MTE5MDk3NzAzNTU2NzU1Njc3OQ%3D%3D.2"
                            };
var html = '<p>Dimensions: '+data.dimensions.width+' x '+data.dimensions.height+'</p>';
html += '<p>Comment count: '+data.comments.count+'</p>';
$('.results').html(html);
</script>