|
Clio
develop
The XRP Ledger API server.
|
Convert input string to lower case. More...
#include <Modifiers.hpp>
Static Public Member Functions | |
| static MaybeError | modify (boost::json::value &value, std::string_view key) |
| Update the input string to lower case. | |
Convert input string to lower case.
Note: the conversion is only performed if the input value is a string.
|
inlinestaticnodiscard |
Update the input string to lower case.
| value | The JSON value representing the outer object |
| key | The key used to retrieve the modified value from the outer object |