Tag Archives: JsonPath

Jayway JsonPath

json-path 2.4.0 API – Click hereClick hereClick here

GitHub – Click here

JsonPath Online Evaluator – Click here

$.[?(@.CountryCode)]  – selects only the nodes having CountryCode
$.[2].FileName – to read file name from the 3rd node
$.length() – to get the length
$.[2] – to get the 3rd node in the array

Happy Learning 🙂