ATLANTBH jmeter-components: JSON Path Assertion
I'm trying to perform a JSON assertion using ATLANTBH jmeter JSON PATH Assertion. However I cant seem to write a correct expression to get the following fields from the JSON feed posted below: 123456789 1009 SOME RANDOM MESSAGE {"api": {"status":"Success","callsremaining":36,"version":"x.x.x.x"} ,"result":{"errors":{"123456789":{"code":1009,"error":"SOME RANDOM MESSAGE"}}} } Has anyone here got any experience using this JMeter plugin? I know I could use regex and Beanshell to validate but I'd rather use these JSON Path Assertion. Any help you could provide would be most appreciated. Looks like