Skip to content
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

Do Not Write Blank Objects and Fields (See Details) #23

Open
SenorPez opened this issue Feb 7, 2017 · 0 comments
Open

Do Not Write Blank Objects and Fields (See Details) #23

SenorPez opened this issue Feb 7, 2017 · 0 comments

Comments

@SenorPez
Copy link
Owner

SenorPez commented Feb 7, 2017

The Configuration Editor currently writes blank objects and null fields into the configuration. This just clutters the configuration.

For example:
"car_classes" : { },
"series_logo" : null,

However, one thing that should be retained is the writing of empty string values for fields. For example:
"subheading_text" : "",

The reason for this is that the end-user has no distinction between "blank" and "null."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant