jsongrep 0.7.0

A JSONPath-inspired query language for JSON documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See: <https://just.systems/man/en/>
update-submodules:
    git submodule update --init --recursive --remote

bench:
    cargo bench --bench query

bench-download:
    mkdir -p benches/data
    curl -Lo benches/data/citylots.json \
        https://raw.githubusercontent.com/zemirco/sf-city-lots-json/master/citylots.json

bench-publish:
    @echo "Publishing criterion results to gh-pages..."
    ghp-import -n -p -f target/criterion