JSONArray defines a slice that is safe for json and db read/write.
MarshalJSON implements the [json.Marshaler] interface.
Scan implements [sql.Scanner] interface to scan the provided value into the current JSONArray[T] instance.
String returns the string representation of the current json array.
Value implements the [driver.Valuer] interface.
Generated using TypeDoc
JSONArray defines a slice that is safe for json and db read/write.