added ability to reference array elements when the root element is an array

This commit is contained in:
drewkerrigan 2015-05-06 12:19:18 -04:00
parent 82f4eaa48a
commit dd439998db

View File

@ -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}}}
] ]
``` ```