JsonValue(JsonObject) Constructor

Initializes a new JsonValue struct that represents an object.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public JsonValue(
	JsonObject obj
)

Parameters

obj  JsonObject
The JsonObject to initialize the JsonValue from.

See Also