I have JsonFormat :
{
    "product": [{
        "description": "my describtion",
        "isStock": "instock",
        "linkArray": [{
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/8e4996-1.jpg"
        }, {
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/19b37f-1.jpg"
        }, {
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/33bc31-1.jpg"
        }, {
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/459e33-1.jpg"
        }, {
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/a18f87-1.jpg"
        }, {
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/c58d16-1.jpg"
        }, {
            "link": "http:\/\/rozinleather.ir\/demo\/wp-content\/uploads\/2016\/05\/d952f8-2.jpg"
        }]
    }],
    "success": 1
}
I can't understand how to get nested JsonObject. thank you.
 
     
     
    