mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-15 15:00:51 +00:00
delete log
This commit is contained in:
parent
bc626daec8
commit
810e0c6988
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "jsonpath_lib-fl"
|
name = "jsonpath_lib-fl"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
authors = ["Changseok Han <freestrings@gmail.com>"]
|
authors = ["Changseok Han <freestrings@gmail.com>"]
|
||||||
|
|
||||||
description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath"
|
description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath"
|
||||||
|
@ -1030,8 +1030,6 @@ impl<'a, 'b> Selector<'a, 'b> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn update_not_found_by_current(&mut self) {
|
fn update_not_found_by_current(&mut self) {
|
||||||
println!("current: {:?}", self.current);
|
|
||||||
|
|
||||||
if let Some(values) = &self.current {
|
if let Some(values) = &self.current {
|
||||||
self.not_found_by_key_index |= values.is_empty();
|
self.not_found_by_key_index |= values.is_empty();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user