I am developing an app in which i want to fetch some data which is in json format but i don't know how to fetch. Please guide me.
Json data:-
{
    "title":"title",
        "description":"description",
        "icon":{
    "url":"<image-url>",
            "aspectRatio":1,
            "height":75,
            "width":75
},
    "screenshots":{
    "url":"<image-url>",
            "aspectRatio":1.91,
            "height":627,
            "width":1200
},
    "landingURL":"LandingUrl",
        "cta":"cta",
        "rating":"rating"
}