64-bit integers should be represented as strings in JSON #1205
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
compliance-suite.json includes "extreme" 64-bit integer values in numeric form. The proto3 JSON spec states that int64 values should be encoded as strings to avoid a loss of precision, although they can be parsed as numbers.
The text was updated successfully, but these errors were encountered: