fromJsonNode

fun fromJsonNode(node: JsonNode): JsonValue

Returns a JsonValue converted from the given Jackson JsonNode.

Throws

for unsupported node types.