JsonValue(JsonArray) Constructor

Initializes a new JsonValue struct that represents an array.

Definition

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

Parameters

array  JsonArray
The JsonArray to initialize the JsonValue from.

See Also