mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -138,7 +138,7 @@ std::string STArray::getText () const
|
||||
return r;
|
||||
}
|
||||
|
||||
Json::Value STArray::getJson (int p) const
|
||||
Json::Value STArray::getJson (JsonOptions p) const
|
||||
{
|
||||
Json::Value v = Json::arrayValue;
|
||||
for (auto const& object: v_)
|
||||
|
||||
Reference in New Issue
Block a user