Skip to content

Commit

Permalink
added ability to reference array elements when the root element is an…
Browse files Browse the repository at this point in the history
… array
  • Loading branch information
drewkerrigan committed May 6, 2015
1 parent 82f4eaa commit dd43999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If the root of the JSON data is itself an array like the following:

```
[
{ "gauges": { "jvm.buffers.direct.capacity": {"value1": 215415}}}
{ "gauges": { "jvm.buffers.direct.capacity": {"value": 215415}}}
]
```

Expand Down

0 comments on commit dd43999

Please sign in to comment.