enterprise/syn-serde/examples/json2rust
2020-02-17 06:09:45 -06:00
..
src woops 2020-02-17 06:09:45 -06:00
Cargo.toml woops 2020-02-17 06:09:45 -06:00
json2rust_main.json woops 2020-02-17 06:09:45 -06:00
README.md woops 2020-02-17 06:09:45 -06:00

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.