JsonValue Conversion (JsonObject to JsonValue)
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static implicit operator JsonValue (
JsonObject obj
)
Public Shared Widening Operator CType (
obj As JsonObject
) As JsonValue
static implicit operator JsonValue (
JsonObject^ obj
)
F# does not support the declaration of new casting operators.
- obj JsonObject
- The JsonObject to be converted to a JsonValue.
JsonValue
A
JsonValue instance that represents the original value.