Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. "applicants": [
  2. {
  3. "age": 58,
  4. "city": "Vallda",
  5. "id": "1002406-1",
  6. "mainapplicant": true
  7. },
  8. {
  9. "age": 59,
  10. "city": "Vallda",
  11. "id": "1002406-2",
  12. "mainapplicant": false
  13. }
  14. ],
  15. "groupnbr": 120,
  16. "rate": 0.041
  17. }
  18.  
  19. I want to to use the field *city* from the first element in the *applicants* array. e.g. application.applicants.get(0).city
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement