Strange jsonpath not able to capture (Gatling/Scala)

Advertisements I have a responsebody that looks like this: [
 {
 "system": "http://snomed.info/sct",
 "code": "735938006",
 "display": "akutt hodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "267096005",
 "display": "frontal hodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "103011009",
 "display": "godartet anstrengelseshodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "25064002",
 "display": "hodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "38823002",
 "display": "hodepine med aura"
 },
… Read More Strange jsonpath not able to capture (Gatling/Scala)