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
The protobuf specification doesn't disallow booleans from appearing as keys in maps. I'm not entirely sure why one would want this, but currently pbjson produces code that compiles for such fields, but errors during encode with
Error("key must be a string", line: 0, column: 0)
This should be fixed
The text was updated successfully, but these errors were encountered:
The protobuf specification doesn't disallow booleans from appearing as keys in maps. I'm not entirely sure why one would want this, but currently pbjson produces code that compiles for such fields, but errors during encode with
This should be fixed
The text was updated successfully, but these errors were encountered: