The jsonPath matching in hoverfly simulation file is
"body" : [ { "matcher" : "jsonpath", "value" : "$[0].langId" }
The above does not seem to work for the following request
"Body": "[{\"langId\":\"en\",\"fallback\":\"true\"}]"
Is this an issue ? How can I solve this ?