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