func encoding/json.NewDecoder
5 uses
encoding/json (current package)
stream.go#L31: func NewDecoder(r io.Reader) *Decoder {
github.com/apapsch/go-jsonmerge/v2
merge.go#L163: decoder := json.NewDecoder(bytes.NewReader(buff))
github.com/golang-jwt/jwt/v5
parser.go#L177: dec := json.NewDecoder(bytes.NewBuffer(claimBytes))
github.com/oapi-codegen/runtime
styleparam.go#L235: e := json.NewDecoder(bytes.NewReader(buf))
styleparam.go#L441: e := json.NewDecoder(bytes.NewReader(buf))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |