Initializes a new JsonValue struct that represents an object.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- obj
- Type: KGySoft.JsonJsonObject
The JsonObject to initialize the JsonValue from.
See Also