My json data format is like below:
"INFO" : {
    "DETAILS" : {
        "EMP" : {
             "amount": " 12185",
             "job": "GAPA",
             "month": "JANUARY",
             "year": "2010"
         }
     }
},
I am getting the values of keys in the above json. After getting the key values I want to get the map (i.e) INFO.
Now, I want to set the id or a attribute value as "INFO" for a button like submit.
How can I do that??
 
     
     
    