iterableToJsonArray

given iterableToJsonArray[T, M <: (Iterable)](using val converter: JsonOutput[T]): JsonOutput[M[T]]

Converts Iterable to JsonArray.

Value members

Concrete methods

def write(value: M[T]): JsonArray

Converts to JSON value.

Converts to JSON value.

Concrete fields

protected