7 lines
220 B
Markdown
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).
|