We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c78e7 commit 8c4adeaCopy full SHA for 8c4adea
Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "jsonpath_ri"
+name = "jsonpath_reference_implementation"
3
version = "0.0.1"
4
authors = ["Glyn Normington <[email protected]>"]
5
edition = "2018"
tests/cts.rs
@@ -6,7 +6,7 @@
6
7
#[cfg(test)]
8
mod tests {
9
- use jsonpath_ri::jsonpath;
+ use jsonpath_reference_implementation::jsonpath;
10
use serde::{Deserialize, Serialize};
11
use std::fs;
12
use std::panic;
0 commit comments