github.com/vmware/govmomi@v0.37.1/vim25/json/README.md (about) 1 # JSON with Discriminators 2 3 The source code in this directory was copied from Go 1.17.13's `encoding/json` package in order to add support for JSON discriminators. Please use the following command to review the diff: 4 5 ```shell 6 C1="$(git log --pretty=format:'%h' --no-patch --grep='Vendor Go 1.17.13 encoding/json')" && \ 7 C2="$(git log --pretty=format:'%h' --no-patch --grep='JSON Encoding w Discriminator Support')" && \ 8 git diff "${C1}".."${C2}" 9 ```