mapToJsonObject

given mapToJsonObject[T, M <: ([T] =>> Map[String, T])](using val converter: JsonOutput[T]): JsonOutput[M[T]]

Converts Map to JsonObject.

Value members

Concrete methods

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

Converts to JSON value.

Converts to JSON value.

Concrete fields

protected