JsonArray

---types---
jsonArray#f7444763 value:Vector<JSONValue> = JSONValue

Belongs to

JSONValue

In Rust this constructor is a variant of the enums::JSONValue enum.
Match on it with: if let enums::JSONValue::JsonArray(v) = result { ... }

Parameters

valueVector<JSONValue>required