Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/protobuf Loading
base: v1.5.2
Choose a base ref
...
head repository: golang/protobuf Loading
compare: v1.5.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 15, 2021

  1. jsonpb: accept 'null' as a valid representation of NullValue in unmar…

    …shal
    
    The canonical JSON representation for NullValue is JSON "null".
    
    Fixes github.com/#1361.
    neild committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    37828f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge pull request #1363 from neild/jsonnull

    jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
    neild committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5d5e8c0 View commit details
    Browse the repository at this point in the history
Loading