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