Hi I am getting back a response like this in Gatling Get call:
[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]
I want the firstnames to be concatenated in a comma seprated String. What is the best way to do that without parsing the JSon using any external libraries?