You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
These protos are useful for representing optional values where you want to disambiguate empty from nil.
I'm happy to work on a PR. The question is what expected behavior should be.
Given:
JSON serializes to:
{} {"str": ""} {"str": "some value"}The first two probably shouldn't be equivalent.