Browse Source

Update README.md

pull/285/head
kallestenflo 8 years ago committed by GitHub
parent
commit
93f23493dd
  1. 2
      README.md

2
README.md

@ -38,7 +38,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
</dependency>
```
If you need help ask questions at the [google group](https://groups.google.com/forum/#!forum/jsonpath).
If you need help ask questions at [Stack Overflow](http://stackoverflow.com/questions/tagged/jsonpath). Tag the question 'jsonpath' and 'java'.
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

Loading…
Cancel
Save