How can you access a JSON object element that is in an array?
Ideally I would like to know how to do this if the array is of unknown size and also an unknown amount of JSON objects.
In the example below I would like to access id in JSON object 0 and 19.
array:1 [▼
  0 => {#411 ▼
    +0: {#157 ▶}
    +1: {#167 ▶}
    +2: {#192 ▶}
    +3: {#200 ▶}
    +4: {#206 ▶}
    +5: {#227 ▶}
    +6: {#235 ▶}
    +7: {#259 ▶}
    +8: {#269 ▶}
    +9: {#281 ▶}
    +10: {#299 ▶}
    +11: {#308 ▶}
    +12: {#316 ▶}
    +13: {#325 ▶}
    +14: {#335 ▶}
    +15: {#352 ▶}
    +16: {#362 ▶}
    +17: {#380 ▶}
    +18: {#390 ▶}
    +19: {#402 ▼
      +"created_at": "Mon Jan 23"
      +"id": 823548040000000000
      +"id_str": "823548040000000000"
      +"text": "blah blah blah blah blah blah blah"
      +"truncated": true
      +"entities": {#403 ▶}
      +"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>"
      +"in_reply_to_status_id": null
      +"in_reply_to_status_id_str": null
      +"in_reply_to_user_id": null
      +"in_reply_to_user_id_str": null
      +"in_reply_to_screen_name": null
      +"user": {#406 ▶}
      +"geo": null
      +"coordinates": null
      +"place": null
      +"contributors": null
      +"is_quote_status": false
      +"retweet_count": 3
      +"favorite_count": 8
      +"favorited": false
      +"retweeted": false
      +"possibly_sensitive": false
      +"lang": "en"
    }
  }
]

