JsonObject

---types---
jsonObject#99c1d49d value:Vector<JSONObjectValue> = JSONValue

Belongs to

JSONValue

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

Parameters

valueVector<JSONObjectValue>required