jsonValueToCollection

given jsonValueToCollection[T, M[T]](using val converter: JsonInput[T])(using val factory: Factory[T, M[T]]): JsonInput[M[T]]

Converts JsonValue to collection of converted values.

Value members

Concrete methods

def read(value: JsonValue): M[T]

Converts JSON value.

Converts JSON value.

Concrete fields

protected
protected
val factory: Factory[T, M[T]]