From dd439998db528ba6c6fc50054a0f53a40fd907e6 Mon Sep 17 00:00:00 2001 From: drewkerrigan Date: Wed, 6 May 2015 12:19:18 -0400 Subject: [PATCH] added ability to reference array elements when the root element is an array --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f6995..d5967cb 100644 --- a/README.md +++ b/README.md @@ -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}}} ] ```