JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
963 stars 169 forks source link

Fix for issue 102 #138

Closed tejodorus closed 3 years ago

tejodorus commented 3 years ago

PR description

Cache results are now cloned to avoid cache corruption when the returned structure is modified. Fixes #102.

Checklist

brettz9 commented 3 years ago

Released as part of v5.0.5. Thanks for the fix!