JsonProperty   Conversion (ValueTupleString, JsonValue to JsonProperty)
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static implicit operator JsonProperty (
	(string Name, JsonValue Value) property
)
Public Shared Widening Operator CType ( 
	property As (Name As String, Value As JsonValue)
) As JsonProperty
static implicit operator JsonProperty (
	ValueTuple<String^, JsonValue> property
)
F# does not support the declaration of new casting operators.
- property  ValueTupleString, JsonValue
- The tuple to be converted to a JsonProperty.
JsonProperty
            A 
JsonProperty instance that represents the original value.