Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 64-bit ints encoded as json strings #12

Merged
merged 1 commit into from
Apr 11, 2018

Commits on Apr 10, 2018

  1. Support 64-bit ints encoded as json strings

    The proto3 standard says that both 32-bit and 64-bit integers should be
    accepted as json strings. When they are emitted the 32-bit ones should
    be json numbers, and the 64-bit json strings.
    https://developers.google.com/protocol-buffers/docs/proto3#json
    
    That's what I've aimed to do here. The wrapped int types should follow
    the same rules.
    davcamer committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    b0e24fc View commit details
    Browse the repository at this point in the history