github.com/jackc/pgtype.JSON.UnmarshalJSON (method)

2 uses

	github.com/jackc/pgtype (current package)
		json.go#L197: func (dst *JSON) UnmarshalJSON(b []byte) error {
		jsonb.go#L84: 	return (*JSON)(dst).UnmarshalJSON(b)