github.com/go-faster/jx.Decoder.Arr (method)

2 uses

	github.com/go-faster/jx (current package)
		dec_arr.go#L37: func (d *Decoder) Arr(f func(d *Decoder) error) error {

	github.com/gotd/td/tdjson
		decoder.go#L29: 	return b.Decoder.Arr(func(d *jx.Decoder) error {