File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6565- ** ` 1.0.1 ` **
6666 - add method to process parsed query
6767- ** ` 1.0.2 ` **
68- - improve grammar
68+ - improve grammar
69+ - ** ` 1.0.3 ` **
70+ - change String to str for as objects
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonpath-rust"
33description = " The library provides the basic functionality to find the set of the data according to the filtering query."
4- version = " 1.0.2 "
4+ version = " 1.0.3 "
55authors = [" BorisZhguchev <zhguchev@gmail.com>" ]
66edition = " 2021"
77license = " MIT"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ extern crate pest;
9595
9696use crate :: query:: queryable:: Queryable ;
9797use crate :: query:: { Queried , QueryPath , QueryRef } ;
98- use serde_json:: Value ;
98+ use serde_json:: Value ;
9999
100100/// A trait for types that can be queried with JSONPath.
101101pub trait JsonPath : Queryable {
You can’t perform that action at this time.
0 commit comments