mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add pretty(Json::Value)
This commit is contained in:
@@ -29,4 +29,9 @@ std::string to_string (Value const& value)
|
||||
return FastWriter ().write (value);
|
||||
}
|
||||
|
||||
std::string pretty (Value const& value)
|
||||
{
|
||||
return StyledWriter().write (value);
|
||||
}
|
||||
|
||||
} // namespace Json
|
||||
|
||||
Reference in New Issue
Block a user