jqish 0.1.1

A subset of the `jq` language for working with in-memory data structures
Documentation
[build-dependencies.lalrpop]
default-features = false
features = []
version = "0.19.2"

[dependencies.itertools]
version = "0.13"

[dependencies.lalrpop-util]
default-features = false
features = []
version = "0.19.2"

[dependencies.thiserror]
version = "1"

[lib]
name = "jqish"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A subset of the `jq` language for working with in-memory data structures"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "jqish"
readme = "README.md"
version = "0.1.1"