JsonValue(JsonObject) Constructor
Initializes a new
JsonValue struct that represents an object.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public JsonValue(
JsonObject obj
)
Public Sub New (
obj As JsonObject
)
public:
JsonValue(
JsonObject^ obj
)
new :
obj : JsonObject -> JsonValue
Parameters
- obj JsonObject
- The JsonObject to initialize the JsonValue from.