mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Better interoperation between Json::Value and JsonObject.
* Generic functions to add entries to both object models. * Add Json::Value into JsonObjects. * Write Json::Value to string incrementally. * Get rid of ripple::RPC::New namespace
This commit is contained in:
committed by
Vinnie Falco
parent
7cfac1a91a
commit
8053598069
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace ripple {
|
||||
namespace RPC {
|
||||
namespace New {
|
||||
|
||||
std::string Status::codeString () const
|
||||
{
|
||||
@@ -72,6 +71,5 @@ void Status::fillJson (Json::Value& value)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace New
|
||||
} // namespace RPC
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user