Skip to content

Clarify handling of null/empty values #8

Open
benno opened this issue Jan 11, 2023 · 0 comments
Open

Clarify handling of null/empty values #8

benno opened this issue Jan 11, 2023 · 0 comments

Comments

@benno
Copy link
Contributor

benno commented Jan 11, 2023

Should the following all be equivalent?

{
  "given": "Pat",
  "family": "Lee"
}
{
  "given": "Pat",
  "middle": "",
  "family": "Lee"
}
{
  "given": "Pat",
  "middle": null,
  "family": "Lee"
}

If not, what should the behavior be?

Either way, update the documentation to clarify.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant