json_easy2use 0.2.2

Work with json more easily like python's dict and javascript json. includes set, append, get, delete, and more... :)
Documentation
[[bin]]
name = "json_easy2use"
path = "src/main.rs"

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Mark Ruff <markruffolocode@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Work with json more easily like python's dict and javascript json. includes set, append, get, delete, and more... :)"
documentation = "https://docs.rs/my_macros"
edition = "2021"
homepage = "https://github.com/RetributionByRevenue/json_easy2use"
license = "MIT"
name = "json_easy2use"
readme = "README.md"
repository = "https://github.com/RetributionByRevenue/json_easy2use"
version = "0.2.2"

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