An open API service indexing awesome lists of open source software.

https://github.com/stenbror/rust_json_macro

A short example implementation of json macro for parsing
https://github.com/stenbror/rust_json_macro

json macro rust unittest

Last synced: 2 months ago
JSON representation

A short example implementation of json macro for parsing

Awesome Lists containing this project

README

          

# 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:

1. Build project
```
cargo build
```

2. Execute all unittests
```
cargo test
```

3. Execute program and see an example json in parsed result.
```
cargo run
```