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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should the following all be equivalent?
If not, what should the behavior be?
Either way, update the documentation to clarify.
The text was updated successfully, but these errors were encountered: