# Can't Drill Down to JSON Array \[0\]

**URL:** https://forums.fusetools.com/t/cant-drill-down-to-json-array-0/5500
**Category:** General
**Created:** [March 21, 2016, 4:18am UTC](https://forums.fusetools.com/t/cant-drill-down-to-json-array-0/5500 "2016-03-21T04:18:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Leon](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/leon/32/426_2.png) [@Leon](https://forums.fusetools.com/u/Leon)
#### Post date: [March 21, 2016, 4:18am UTC](https://forums.fusetools.com/t/cant-drill-down-to-json-array-0/5500/1 "2016-03-21T04:18:03Z")

</div>

I have a json array like this:

```auto
"employees":[
    {"firstName":"John", "lastName":"Doe"}, 
    {"firstName":"Anna", "lastName":"Smith"}, 
    {"firstName":"Peter","lastName":"Jones"}
]

```

I have been trying to do this `<Text Value="{employees[0].firstName}" />` to get the first item but it doesn’t seem to work.

Any idea?

---

<div class="post-metadata">

### Author: ![Edwin\_Reynoso](https://avatars.discourse-cdn.com/v4/letter/e/e99b99/32.png) [@Edwin\_Reynoso](https://forums.fusetools.com/u/Edwin_Reynoso)
#### Post date: [March 21, 2016, 5:07am UTC](https://forums.fusetools.com/t/cant-drill-down-to-json-array-0/5500/2 "2016-03-21T05:07:32Z")

</div>

Yea I talked to someone in the Fuse team, but thanks for bringing it up as a forum posts. I believe they are working on making this possible. As a work around if your always going to target the first of the array, just export the individual object

---

<div class="post-metadata">

### Author: ![Anders\_Lassen](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_lassen/32/522_2.png) [@Anders\_Lassen](https://forums.fusetools.com/u/Anders_Lassen)
#### Post date: [March 29, 2016, 2:05pm UTC](https://forums.fusetools.com/t/cant-drill-down-to-json-array-0/5500/3 "2016-03-29T14:05:19Z")

</div>

Hi!

As of 0.11, array lookups in data bindings is not possible. It is on our todo-list, though!

---

<div class="post-metadata">

### Author: ![Leon](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/leon/32/426_2.png) [@Leon](https://forums.fusetools.com/u/Leon)
#### Post date: [March 29, 2016, 2:15pm UTC](https://forums.fusetools.com/t/cant-drill-down-to-json-array-0/5500/4 "2016-03-29T14:15:10Z")

</div>

> **Anders Lassen wrote:**
> 
> Hi!
> 
> As of 0.11, array lookups in data bindings is not possible. It is on our todo-list, though!

Thanks!

If Someone is looking for a Wordpress JSON solution to break the array out I found this solution …in the meantime.

[http://codepad.org/WZVmodoB](http://codepad.org/WZVmodoB)
