Kevacoin source tree
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.
 
 
 
 
 
 
Jonas Schnelli 2f9f082b5e Squashed 'src/univalue/' content from commit 87d9045 9 years ago
build-aux/m4 Squashed 'src/univalue/' content from commit 87d9045 9 years ago
gen Squashed 'src/univalue/' content from commit 87d9045 9 years ago
include Squashed 'src/univalue/' content from commit 87d9045 9 years ago
lib Squashed 'src/univalue/' content from commit 87d9045 9 years ago
pc Squashed 'src/univalue/' content from commit 87d9045 9 years ago
test Squashed 'src/univalue/' content from commit 87d9045 9 years ago
.gitignore Squashed 'src/univalue/' content from commit 87d9045 9 years ago
.travis.yml Squashed 'src/univalue/' content from commit 87d9045 9 years ago
COPYING Squashed 'src/univalue/' content from commit 87d9045 9 years ago
Makefile.am Squashed 'src/univalue/' content from commit 87d9045 9 years ago
README Squashed 'src/univalue/' content from commit 87d9045 9 years ago
TODO Squashed 'src/univalue/' content from commit 87d9045 9 years ago
autogen.sh Squashed 'src/univalue/' content from commit 87d9045 9 years ago
configure.ac Squashed 'src/univalue/' content from commit 87d9045 9 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.