Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::modifiers::ToLower Struct Referencefinal

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.
 

Detailed Description

Convert input string to lower case.

Note: the conversion is only performed if the input value is a string.

Member Function Documentation

◆ modify()

static MaybeError rpc::modifiers::ToLower::modify ( boost::json::value & value,
std::string_view key )
inlinestaticnodiscard

Update the input string to lower case.

Parameters
valueThe JSON value representing the outer object
keyThe key used to retrieve the modified value from the outer object
Returns
Possibly an error

The documentation for this struct was generated from the following file: