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
It's because int64 is not a standard JSON type and many JSON parsers don't support int64 precision. To avoid precision loss for int64, we decided to print int64 as strings in proto3 JSON.
Hi. Why int64(long in java) convert to string?
The text was updated successfully, but these errors were encountered: