-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional json output format #35
Comments
Related: #10 This would be nice for my side-project too; aim me at the right data structures and if/when I need this I'll implement it. Do we want this to be a feature flag so we don't always need to build serde, or is that fine? |
All the functions related to printing the tree needs to be separated from the source code scanning, in particular this function needs some refocusing: When that separation is done the json feature should only require a bit of serde attribute sprinkling on top.
I think it's good to have it on by default, cargo-geiger already depends on serde and serde-json... and most of the remaining crates on crates.io. |
Should this be closed given that #115 was merged? |
Yes! :) |
--json
or something similar.The text was updated successfully, but these errors were encountered: