Closed ronmrdechai closed 1 year ago
Would be nice to be able to precompile JsonPath objects and simply clone them into JsonPathFinders. Currently JsonPath is cloneable, but JsonPathInst (the public API) is not.
JsonPath
JsonPathFinders
JsonPathInst
yeah, that is a good catch!
Would be nice to be able to precompile
JsonPath
objects and simply clone them intoJsonPathFinders
. CurrentlyJsonPath
is cloneable, butJsonPathInst
(the public API) is not.