static/jsvm/interfaces/types.JSONRaw.html
JSONRaw defines a json value type that is safe for db read/write.
marshalJSONscanstringunmarshalJSONvalue
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.
OSLightDark
Generated using TypeDoc