- API ›
- Constructors ›
- JsonNull
JsonNull
---types--- jsonNull#3f6d7b68 = JSONValue
Belongs to
| JSONValue |
In Rust this constructor is a variant of the enums::JSONValue enum.
Match on it with: if let enums::JSONValue::JsonNull(v) = result { ... }
Parameters
This item has no parameters.