Use Rust's JSON more easily like python's dict and javascript JSON. includes set, append, get, delete, and more.
How this works?
I made a series of custom macro's for Rust's Serde JSON crate. This will make it easier to work with JSON if you are familiar with Python or JavaScript.
Example Usage
in a new rust project,
enter commands cargo add serde_json and cargo add json_easy2use
add the following to your main.rs file:
the output from this code is the following:
and test.db created in the current directory.