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 has been archived by the owner on Sep 17, 2024. It is now read-only.
That commit added a configuration option to the C++ JSON printer for printing 64-bit integers in JSON as unquoted ints if they can be losslessly converted into a 64-bit float. This issue is a request for a similar configuration option to be added to the Java JSON printer.
Something like this has been in high demand from the community for a while, and the above commit feels like a great solution that also maintains JSON compatibility. Some previous issues around this topic:
The title of this issue is taken from the following commit made in March 2023.
protocolbuffers/protobuf@330e10d
That commit added a configuration option to the C++ JSON printer for printing 64-bit integers in JSON as unquoted ints if they can be losslessly converted into a 64-bit float. This issue is a request for a similar configuration option to be added to the Java JSON printer.
Something like this has been in high demand from the community for a while, and the above commit feels like a great solution that also maintains JSON compatibility. Some previous issues around this topic:
The text was updated successfully, but these errors were encountered: