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.
 
 
 
 
 
 
Jack Grigg a4071034f6
Squashed 'src/univalue/' content from commit 9ef5b78
7 years ago
build-aux/m4 Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
gen Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
include Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
lib Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
pc Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
test Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
.gitignore Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
.travis.yml Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
COPYING Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
Makefile.am Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
README Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
TODO Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
autogen.sh Squashed 'src/univalue/' content from commit 9ef5b78 7 years ago
configure.ac Squashed 'src/univalue/' content from commit 9ef5b78 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.