elements/src/univalue
Wladimir J. van der Laan 63151521fd Merge commit '60ab9b2006'
2016-06-10 15:19:51 +02:00
..
build-aux/m4 Merge commit '313e7f5c89' into HEAD 2015-10-09 11:37:00 +02:00
gen Merge commit '982709199f' into bitcoin 2015-12-02 12:28:48 +01:00
include Merge commit '982709199f' into bitcoin 2015-12-02 12:28:48 +01:00
lib Merge commit '60ab9b2006' 2016-06-10 15:19:51 +02:00
pc Merge commit '2f9f082b5e' as 'src/univalue' 2015-10-01 10:37:19 +02:00
test Merge commit '60ab9b2006' 2016-06-10 15:19:51 +02:00
.gitignore Merge commit '982709199f' into bitcoin 2015-12-02 12:28:48 +01:00
.travis.yml Merge commit '982709199f' into bitcoin 2015-12-02 12:28:48 +01:00
autogen.sh Merge commit '2f9f082b5e' as 'src/univalue' 2015-10-01 10:37:19 +02:00
configure.ac Merge commit '60ab9b2006' 2016-06-10 15:19:51 +02:00
COPYING Merge commit '2f9f082b5e' as 'src/univalue' 2015-10-01 10:37:19 +02:00
Makefile.am Merge commit '60ab9b2006' 2016-06-10 15:19:51 +02:00
README Merge commit '2f9f082b5e' as 'src/univalue' 2015-10-01 10:37:19 +02:00
TODO Merge commit '2f9f082b5e' as 'src/univalue' 2015-10-01 10:37:19 +02:00

		UniValue

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

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