A short Rust program with full implementation of json parser macro Just a simple implmentation of json macro for parsing from text to Rust objects. To build, test and execute do as follows: Build project cargo build Execute all unittests cargo test Execute program and see an example json in parsed result. cargo run