I know how to parse json but I can not solve integer json field in this json. Because this json contain integer field(23254,23998).
Here my JSON
 {  
       "status":"OK",
       "alarms":{  
          "23254":[  
             {  
                "speed_limit":250,
                "acc_limit":null,
                "dcc_limit":null,
                "idle_limit":null
             }
          ],
          "23998":[  
             {  
                "speed_limit":120,
                "acc_limit":null,
                "dcc_limit":null,
                "idle_limit":null
             }
          ]
       }
    }
 
     
     
    