- API ›
- Constructors ›
- JsonString
JsonString
---types--- jsonString#b71e767a value:string = JSONValue
Belongs to
| JSONValue |
In Rust this constructor is a variant of the enums::JSONValue enum.
Match on it with: if let enums::JSONValue::JsonString(v) = result { ... }
Parameters
| value | string | required |