json response parser in gatling

I need to write the tests that parse the json response back a lot. Do you have a doc showing the syntax in gatling 2 ( I am using 2.0.0-M3a).

Thx.
Shawna

It’s now the regular JsonPath syntax: http://goessner.net/articles/JsonPath/
You can find online testers, such as http://jsonpath.curiousconcept.com/
Note that the current implementation by Jayway is sometimes (I insist on sometimes) buggy or doesn’t respect the spec, so we’re developing our own one that will be shipped in M5.