I have a json file like this.
{
"student": [
{
"name": "takeru",
"id": 23,
},
{
"name": "george",
"id": 43,
},
{
"name": "hans",
"id": 45,
}
],
"cost": 100,
"month": 6
}
What I want to do is storing all student id's in a ArrayList?