jqesque 0.0.2

Simple string assignment expressions with JQ-esque syntax for JSON interaction
Documentation
[dependencies.json-patch]
version = "3"

[dependencies.jsonptr]
version = "0"

[dependencies.nom]
features = ["alloc"]
version = "7"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.yare]
version = "3"

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

[package]
authors = ["Terje Kvernes <terje@kvernes.no>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "Simple string assignment expressions with JQ-esque syntax for JSON interaction"
edition = "2021"
keywords = ["jq", "json", "expression", "assignment"]
license = "MIT"
name = "jqesque"
readme = "README.md"
repository = "https://github.com/terjekv/jqesque"
version = "0.0.2"

[[test]]
name = "jqesque"
path = "tests/jqesque.rs"