Not support 'jsonpath-rs' since 0.2.4

This commit is contained in:
freestrings
2020-02-15 00:44:49 +09:00
parent 7597325f59
commit ffd87cfbe4
20 changed files with 2 additions and 4136 deletions

View File

@ -132,7 +132,7 @@ extern crate serde_json;
use serde_json::Value;
pub use parser::Parser;
pub use parser::Parser; // TODO private
pub use select::JsonPathError;
pub use select::{Selector, SelectorMut};