-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fixed merge conflicts, filter out empty values #1
Fixed merge conflicts, filter out empty values #1
Conversation
d5645ea
to
ea6fb60
Compare
@AndreiVidrasco Thank you for your pull-request! We decide to do not remove empty dictionaries or empty arrays in
Definitely your suggested feature is needed to generate human readable JSON. I considering it to filtering empty values within whole JSON recursively after |
Ok, thanks. I will follow your pull request to and submit a new one to yonaskolb later |
Add support for explicit includes on sources.
JSON Output with initial implementation included all default values, like empty dictionaries or empty arrays. Because of that output json was quite big. If we filter out those resulting json becomes much smaller, in my case it was 90% size reduction.