mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-24 05:35:53 +00:00
rebase subscriptionManager
This commit is contained in:
@@ -81,6 +81,15 @@ getJson(ripple::STBase const& obj)
|
||||
return value.as_object();
|
||||
}
|
||||
|
||||
boost::json::value
|
||||
getJson(Json::Value const& value)
|
||||
{
|
||||
boost::json::value boostValue =
|
||||
boost::json::parse(value.toStyledString());
|
||||
|
||||
return boostValue;
|
||||
}
|
||||
|
||||
boost::json::object
|
||||
getJson(ripple::TxMeta const& meta)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user