Bump up 0.1.7

- select_as 추가
This commit is contained in:
freestrings
2019-03-24 21:18:58 +09:00
parent a9f8f0bf4b
commit 8982e07421
31 changed files with 1830 additions and 228 deletions

View File

@@ -1,6 +1,6 @@
extern crate jsonpath_lib as jsonpath;
use jsonpath::prelude::*;
use jsonpath::parser::tokenizer::{Tokenizer, Token, TokenError, PreloadedTokenizer};
fn collect_token(input: &str) -> (Vec<Token>, Option<TokenError>) {
let mut tokenizer = Tokenizer::new(input);