Remove JSON Spirit wrapper, remove JSON Spirit leftovers

- implement find_value() function for UniValue
- replace all Array/Value/Object types with UniValues, remove JSON Spirit to UniValue wrapper
- remove JSON Spirit sources
This commit is contained in:
Jonas Schnelli
2015-05-18 14:02:18 +02:00
committed by Jack Grigg
parent 851f58f94e
commit d014114d67
37 changed files with 212 additions and 2209 deletions

View File

@@ -17,7 +17,8 @@
#include <memory>
#include <boost/function.hpp>
#include "json_spirit_wrapper.h"
#include "univalue/univalue.h"
class AsyncRPCQueue;
class CRPCCommand;