Performs an implicit conversion from JsonObject to JsonValue.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- obj
- Type: KGySoft.JsonJsonObject
The JsonObject to be converted to a JsonValue.
Return Value
Type: JsonValueA JsonValue instance that represents the original value.
See Also