Companion

object Companion

Functions

Link copied to clipboard
fun from(value: Any?): JsonValue

Converts the given value to a JsonValue.

Link copied to clipboard
fun fromJsonNode(node: JsonNode): JsonValue

Returns a JsonValue converted from the given Jackson JsonNode.