github.com/go-pg/pg/v10/pgjson.Decoder.Decode (method)

3 uses

	github.com/go-pg/pg/v10/pgjson (current package)
		provider.go#L21: 	Decode(v interface{}) error

	github.com/go-pg/pg/v10/orm
		table.go#L1435: 	return dec.Decode(v.Addr().Interface())

	github.com/go-pg/pg/v10/types
		scan_value.go#L261: 	return dec.Decode(v.Addr().Interface())