enterprise/syn-serde/examples/json2rust/README.md

8 lines
220 B
Markdown
Raw Normal View History

2020-02-17 12:09:45 +00:00
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).