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

220 B

Parse a JSON file into a syn_serde::File and print out a Rust syntax tree.

cargo run -- json2rust_main.json

The output is the same as which deleted blank line and comment from src/main.rs.