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:
@@ -654,7 +654,7 @@ void STObject::setFieldArray (SField const& field, STArray const& v)
|
||||
setFieldUsingAssignment (field, v);
|
||||
}
|
||||
|
||||
Json::Value STObject::getJson (int options) const
|
||||
Json::Value STObject::getJson (JsonOptions options) const
|
||||
{
|
||||
Json::Value ret (Json::objectValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user