|
|
hace 2 días | |
|---|---|---|
| .. | ||
| LICENSE | hace 2 días | |
| README.md | hace 2 días | |
| decode.go | hace 2 días | |
| discriminator.go | hace 2 días | |
| encode.go | hace 2 días | |
| fold.go | hace 2 días | |
| fuzz.go | hace 2 días | |
| indent.go | hace 2 días | |
| scanner.go | hace 2 días | |
| stream.go | hace 2 días | |
| tables.go | hace 2 días | |
| tags.go | hace 2 días | |
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}"