Hi I just begin to use Gatling to test a restFull json web service. I need to retrieve dynamically fields from json body.
I try with regex without success. For example I want to extract the token value from :
{“token”:“0726088db3b09d152dfc83a44159dd59f7c72aaa”,“duration”:3600}
Beware that if you use the txt format, there’s a bug that requires \ character to be escaped, so you have to write \.
txt format will be dropped in 1.1.