We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff77e3 commit 6d5b0e5Copy full SHA for 6d5b0e5
CHANGELOG.md
@@ -29,3 +29,5 @@
29
* make parser mod public
30
* **`0.3.0`**
31
* introduce the different behaviour for empty results and non-existing result
32
+* **`0.3.2`**
33
+ * make jsonpath inst cloneable
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "jsonpath-rust"
3
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
4
-version = "0.2.7"
+version = "0.3.2"
5
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
6
edition = "2018"
7
license-file = "LICENSE"
0 commit comments