Json File. I have some question, how to get specific details in json.
[
{
"job": [
{
"id": 180066,
"pending_update": false,
"order_details": [
{
"order_id": 180066,
"id": 69015
},
{
"order_id": 180066,
"id": 69016
}
],
"order_attempts": [
{
"order_id": 180066,
"id": 349,
"order_attempts_images": [
{
"order_attempt_id": 349,
"id": 324
}
]
}
]
},
{
"id": 180067,
"pending_update": false,
"order_attempts": [
{
"order_id": 180067,
"id": 348,
"order_attempts_images": [
{
"order_attempt_id": 348,
"id": 323
}
]
}
]
}
]
This json format very complicated for me.. How i can get id (job) , order_id (order_details) and order_attempt_id (order_attempts) for each job id in android Java.