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

3 uses

	github.com/go-faster/jx (current package)
		enc.go#L99: 		e.w.Bool(v)
		w.go#L113: func (w *Writer) Bool(v bool) bool {

	github.com/gotd/td/tdjson
		encoder.go#L31: 	b.Writer.Bool(v)