Gatling Code to Capture JSON Response

Hi,
I want to capture the JSON response into a variable through Gatling. Please find the below JSON response.
Can someone please provide the information to capture the below mentioned response of each parameter and saved it into variable?

Thanks a lot in advance.

[1
0]
0: “name: test”
1: "name.current: "
2: “delegator.state.current: STARTED”
3: “delegator.status.current: Started”
4: “runner.state.current: IDLE”
5: “runner.status.current: Delaying for 15000 milliseconds between cycles…”
6: “lastRead: 2015-06-12 05:45:33”
7: “itemsRead.last: 0”
8: “itemsRead.total: 6978810”
9: “successfullyProcessed.last: 5”
10: “successfullyProcessed.total: 4819908”

Documentation link. Look for jsonPath on that page.

http://gatling.io/docs/2.1.6/http/http_check.html#http-response-body