Experts,

Input JSON
-------
{ "fields":[
        {
            "maskType": "a",
            "name": "Id"
        },
        {
            "maskType": "b",
            "name": "Type"
        }
]
}
-----------

JsonPath : $.fields[?(@.name=="Type")].maskType

--------------

Expected Output
-------
[
"b"
]
--------

But EvaluateJsonPath processor is giving me []

Any idea?

Thanks
Anil

Reply via email to