rightToJsonValue

given rightToJsonValue[T](using val converter: JsonOutput[T]): JsonOutput[Right[_, T]]

Converts Right to JsonValue.

Value members

Concrete methods

def write(value: Right[_, T]): JsonValue

Converts to JSON value.

Converts to JSON value.

Concrete fields

protected