Clio develop
The XRP Ledger API server.
|
A validator that simply requires a field to be present. More...
#include <Validators.hpp>
Static Public Member Functions | |
static MaybeError | verify (boost::json::value const &value, std::string_view key) |
Verify that the JSON value is present and not null. | |
A validator that simply requires a field to be present.
|
staticnodiscard |
Verify that the JSON value is present and not null.
value | The JSON value representing the outer object |
key | The key used to retrieve the tested value from the outer object |