enterprise/syn-serde/examples/json2rust/README.md
2020-02-17 06:09:45 -06:00

7 lines
220 B
Markdown

Parse a JSON file into a `syn_serde::File` and print out a Rust syntax tree.
```text
cargo run -- json2rust_main.json
```
The output is the same as which deleted blank line and comment from [src/main.rs](src/main.rs).