Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use quotes around extreme int64 values (#1206)
JSON numbers are only really expected to be precise as far as IEEE-754 64-bit binary floating point numbers; that means precision is lost for very large integers. The proto3 JSON specification says that 64-bit integers should be encoded as strings, although numeric values can be parsed. Fixes #1205
- Loading branch information