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

3 uses

	github.com/go-faster/jx (current package)
		dec_bool.go#L4: func (d *Decoder) Bool() (bool, error) {
		dec_skip.go#L26: 		_, err := d.Bool()

	github.com/gotd/td/tdjson
		decoder.go#L87: 	return b.Decoder.Bool()