diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-18 14:02:18 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-06-04 09:16:21 +0200 |
| commit | 9a8897f4ac992741e153d88b54bd2cde877c713d (patch) | |
| tree | e827981679708bae6bef1516d69efda3524b719f /src/json/json_spirit_value.cpp | |
| parent | remove JSON Spirit UniValue wrapper (diff) | |
| download | discoin-9a8897f4ac992741e153d88b54bd2cde877c713d.tar.xz discoin-9a8897f4ac992741e153d88b54bd2cde877c713d.zip | |
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
Diffstat (limited to 'src/json/json_spirit_value.cpp')
| -rw-r--r-- | src/json/json_spirit_value.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/json/json_spirit_value.cpp b/src/json/json_spirit_value.cpp deleted file mode 100644 index 44d2f06a0..000000000 --- a/src/json/json_spirit_value.cpp +++ /dev/null @@ -1,8 +0,0 @@ -/* Copyright (c) 2007 John W Wilkinson - - This source code can be used for any purpose as long as - this comment is retained. */ - -// json spirit version 2.00 - -#include "json_spirit_value.h" |