- API ›
- Constructors ›
- JsonObjectValue
JsonObjectValue
---types--- jsonObjectValue#c0de1bd9 key:string value:JSONValue = JSONObjectValue
Belongs to
| JSONObjectValue |
In Rust this constructor is a variant of the enums::JSONObjectValue enum.
Match on it with: if let enums::JSONObjectValue::JsonObjectValue(v) = result { ... }