JsonRaw defines a json value type that is safe for db read/write.
MarshalJSON implements the [json.Marshaler] interface.
Scan implements [sql.Scanner] interface to scan the provided value into the current JsonRaw instance.
String returns the current JsonRaw instance as a json encoded string.
UnmarshalJSON implements the [json.Unmarshaler] interface.
Value implements the [driver.Valuer] interface.
Generated using TypeDoc
JsonRaw defines a json value type that is safe for db read/write.