JsonNull

sealed trait JsonNull extends JsonValue

Defines JSON null.

Companion
object
trait JsonValue
class Object
trait Matchable
class Any
object JsonNull

Value members

Inherited methods

final def as[T](using convert: JsonInput[T]): T

Converts value.

Converts value.

Inherited from
JsonValue