json parsing 하려는데

아래와 같은 데이터 중에서 id(assignee_id 말고 custom_fields 안의 id)를 가져 오려면 jsonarray 2번 연속으로 써야 하는거 같은데 


누구 이거 잘알 없음??



{ "tickets": [ { "assignee_id": 235323, "collaborator_ids": [ 35334, 234 ], "created_at": "2009-07-20T22:55:29Z", "custom_fields": [ { "id": 27642, "value": "745" }, { "id": 27648, "value": "yes" } ], .....
} } ]}