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

Use null value instead of "Missing property" string #44

Open
mwahle opened this issue Oct 23, 2018 · 1 comment
Open

Use null value instead of "Missing property" string #44

mwahle opened this issue Oct 23, 2018 · 1 comment
Labels
Enhancement New features or upgrades for functionality, performance, etc Priority: Backlog Tasks that are not pressing, but to be tracked and revisited

Comments

@mwahle
Copy link

mwahle commented Oct 23, 2018

Currently when requesting properties in a result block a "property": "Missing property" string value is returned for all instances in the result set that do not have this property. Can that be changed to null, as in "property": null? That would leave the result JSON intact and be a much more concise representation. The property could also be omitted completely from the respective entries in the result list.

Currently, if a property has "Missing property" as string value, one is not be able to tell from the results if the property has that string value or if the property is actually missing.

@luisremis luisremis self-assigned this Oct 23, 2018
@luisremis luisremis added Enhancement New features or upgrades for functionality, performance, etc good first issue labels Oct 23, 2018
@ifadams
Copy link
Contributor

ifadams commented Jul 23, 2024

@cwlacewe this is a good enhancement, though obviously not a critical one at the moment.

@ifadams ifadams added Priority: Backlog Tasks that are not pressing, but to be tracked and revisited and removed good first issue labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New features or upgrades for functionality, performance, etc Priority: Backlog Tasks that are not pressing, but to be tracked and revisited
Projects
None yet
Development

No branches or pull requests

3 participants