JSON Spirit updated to v4.06

This commit is contained in:
constantined
2013-07-23 04:48:14 +03:00
parent c83d4d2170
commit 2227389fa8
14 changed files with 686 additions and 387 deletions

View File

@@ -30,6 +30,8 @@ using namespace boost;
using namespace boost::asio;
using namespace json_spirit;
static const char* Value_type_name[]={"obj", "array", "str", "bool", "int", "real", "null"};
static std::string strRPCUserColonPass;
// These are created by StartRPCThreads, destroyed in StopRPCThreads