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