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:
Tom Ritchford
2014-12-01 20:35:09 -05:00
committed by Vinnie Falco
parent 7cfac1a91a
commit 8053598069
16 changed files with 567 additions and 106 deletions

View File

@@ -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