[package] name = "json_easy2use" version = "0.2.9" authors = ["Mark Ruff "] edition = "2021" description = "Work with json more easily like python's dict and javascript json. includes save, load, set, append, get, delete, and more... :)" homepage = "https://github.com/RetributionByRevenue/json_easy2use" repository = "https://github.com/RetributionByRevenue/json_easy2use" license = "MIT" documentation = "https://docs.rs/my_macros" [dependencies] serde_json = "1.0"