freestrings / jsonpath

JsonPath engine written in Rust. Webassembly and Javascript support too
MIT License
122 stars 37 forks source link

Allow cloning of selector mut #65

Open shanecurran opened 3 years ago

shanecurran commented 3 years ago

Cloning the SelectorMut is necessary when storing them for later use. This PR allows SelectorMuts to be cloned.

Cred: @lfarrel6