Go to file
Jonas Schnelli 2f9f082b5e Squashed 'src/univalue/' content from commit 87d9045
git-subtree-dir: src/univalue
git-subtree-split: 87d90455ff5e87dedc304353aa23ace47ffb6c1c
2015-10-01 10:37:19 +02:00
build-aux/m4 Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
gen Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
include Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
lib Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
pc Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
test Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
.gitignore Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
.travis.yml Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
autogen.sh Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
configure.ac Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
COPYING Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
Makefile.am Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
README Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
TODO Squashed 'src/univalue/' content from commit 87d9045 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.