Having an issue with this JSON object....
{
"1457458375537": {
"message": "this is the message",
"subject": "my subject"
},
"1457467436271": {
"message": "test message",
"subject": "hello"
}
}
Basically for each object so the long number (e.g. 1457458375537), I want to loop through but am not sure how to reference that long number and loop through the full JSON object.