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 5c41200 commit 0573773Copy full SHA for 0573773
CHANGELOG.md
@@ -55,4 +55,6 @@
55
- **`0.7.1`**
56
- add Display to JsonPath
57
- **`0.7.2`**
58
- - add JsonLike trait
+ - add JsonLike trait
59
+- **`0.7.3`**
60
+ - make some methods public
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.7.2"
+version = "0.7.3"
5
authors = ["BorisZhguchev <[email protected]>"]
6
edition = "2021"
7
license = "MIT"
0 commit comments