json-path / JsonPath

Java JsonPath implementation
Apache License 2.0
8.88k stars 1.64k forks source link

#1016 PR for Filters like IN cannot process objects and arrays inside arrays #1017

Open xceptance-dan opened 2 months ago

xceptance-dan commented 2 months ago

Fixed that issue by adding support for Maps and JSONArray to ValueNode. Also added some tests.

Fixes #1016