mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-07-30 23:02:03 +00:00
Bump up 0.1.7
- select_as 추가
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user