From 780c92f647348f2937bb19003b2c3285b5313238 Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Sun, 29 Mar 2015 19:33:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27685d98..2be595cd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y ``` +If you need help ask questions at the [google group](https://groups.google.com/forum/#!forum/jsonpath). + JsonPath expressions always refer to a JSON structure in the same way as XPath expression are used in combination with an XML document. The "root member object" in JsonPath is always referred to as `$` regardless if it is an object or array.