github.com/go-faster/jx.Decoder.Next (method)
6 uses
github.com/go-faster/jx (current package)
dec_b64.go#L13: if d.Next() == Null {
dec_b64.go#L26: if d.Next() == Null {
dec_num.go#L21: switch d.Next() {
dec_num.go#L75: return v, errors.Errorf("unexpected %s", d.Next())
dec_raw.go#L78: return d.Next()
dec_read.go#L9: func (d *Decoder) Next() Type {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |