周玉环 d906a41c2e first commit hace 2 días
..
LICENSE d906a41c2e first commit hace 2 días
README.md d906a41c2e first commit hace 2 días
decode.go d906a41c2e first commit hace 2 días
discriminator.go d906a41c2e first commit hace 2 días
encode.go d906a41c2e first commit hace 2 días
fold.go d906a41c2e first commit hace 2 días
fuzz.go d906a41c2e first commit hace 2 días
indent.go d906a41c2e first commit hace 2 días
scanner.go d906a41c2e first commit hace 2 días
stream.go d906a41c2e first commit hace 2 días
tables.go d906a41c2e first commit hace 2 días
tags.go d906a41c2e first commit hace 2 días

README.md

JSON with Discriminators

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:

C1="$(git log --pretty=format:'%h' --no-patch --grep='Vendor Go 1.17.13 encoding/json')" && \
C2="$(git log --pretty=format:'%h' --no-patch --grep='JSON Encoding w Discriminator Support')" && \
git diff "${C1}".."${C2}"