jqesque 0.0.1

Simple string assignment expressions with JQ-esque syntax for JSON interaction
Documentation
[dependencies.nom]
features = ["alloc"]
version = "7"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-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.1"

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

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