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.
Value implements the [driver.Valuer] interface.
Generated using TypeDoc
JsonArray defines a slice that is safe for json and db read/write.