Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jl777 4e13218a0e Test 6 years ago
..
build-aux/m4 Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
gen Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
include Get rid of underscore prefixes for include guards. 7 years ago
lib Test 6 years ago
pc Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
test Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
.gitignore Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
.travis.yml Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
COPYING Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
Makefile.am Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
README Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
TODO Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
autogen.sh Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
configure.ac Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago

README


UniValue

A universal value object, with JSON encoding (output) and decoding (input).

Built as a single dynamic RAII C++ object class, and no templates.