We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When saving odml to files, the content might include empty attributes e.g. empty sections on sections or empty values on properties.
sections
values
properties
To reduce the file sizes it might be worth to go through the possible empty attributes and support not saving them to the xml, yaml or json files.
xml
yaml
json
Loading of sparse and non-sparse files need to be supported in this case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When saving odml to files, the content might include empty attributes e.g. empty
sections
onsections
or emptyvalues
onproperties
.To reduce the file sizes it might be worth to go through the possible empty attributes and support not saving them to the
xml
,yaml
orjson
files.Loading of sparse and non-sparse files need to be supported in this case.
The text was updated successfully, but these errors were encountered: