func github.com/go-pg/pg/v10/pgjson.NewDecoder

3 uses

	github.com/go-pg/pg/v10/pgjson (current package)
		provider.go#L41: func NewDecoder(r io.Reader) Decoder {

	github.com/go-pg/pg/v10/orm
		table.go#L1433: 	dec := pgjson.NewDecoder(rd)

	github.com/go-pg/pg/v10/types
		scan_value.go#L260: 	dec := pgjson.NewDecoder(rd)