rsonpath 0.9.4

Blazing fast JSONPath CLI tool powered by SIMD
1
2
3
4
5
6
7
8
9
#[test]
fn cli_tests() {
    trycmd::TestCases::new()
        .default_bin_name("rq")
        .case("tests/cmd/*.toml")
        .case("../../README.md")
        .case("../../book/src/**/*.md")
        .run();
}