mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-15 00:51:26 +00:00
parser change to private module
This commit is contained in:
@ -4,7 +4,7 @@ use std::fmt;
|
||||
use array_tool::vec::{Intersect, Union};
|
||||
use serde_json::{Number, Value};
|
||||
|
||||
use parser::parser::*;
|
||||
use parser::*;
|
||||
|
||||
fn to_f64(n: &Number) -> f64 {
|
||||
if n.is_i64() {
|
||||
|
Reference in New Issue
Block a user