- API ›
- Constructors ›
- JsonObject
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
| value | Vector<JSONObjectValue> | required |