How can I parse the JSON response such that I can get only randomly generated keys from JSON like this
  "6e38fad50-39a0-11e9-9511-0242ac110002"
available in JSON?
Response:
{
    "results": {
        "6e38fd50-39a0-11e9-9511-0242ac110002": {
            "name": "11TAG_WITH_CAPS1",
            "type": "CAMPAIGN"
        },
        "744d29d0-39a2-11e9-8e34-0242ac110004": {
            "name": "121TAG_WITH_CAPS1",
            "type": "CAMPAIGN"
        }
    }
Without using java script
Using GSON and JSON.
 
     
    