Go to file
MarcoFalke 313e7f5c89 Squashed 'src/univalue/' changes from 87d9045..5839ac3
5839ac3 Merge pull request #13 from theuni/move-lib
3f248e0 build: move libunivalue.la to the root dir
a68aed5 Merge pull request #12 from jmcorgan/add-ignores
81cafe3 Update and consolidate git ignores

git-subtree-dir: src/univalue
git-subtree-split: 5839ac3311792f80b9cd5070440c2256e0e69e13
2015-10-09 11:36:59 +02:00
build-aux/m4 Squashed 'src/univalue/' changes from 87d9045..5839ac3 2015-10-09 11:36:59 +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/' changes from 87d9045..5839ac3 2015-10-09 11:36:59 +02:00
pc Squashed 'src/univalue/' content from commit 87d9045 2015-10-01 10:37:19 +02:00
test Squashed 'src/univalue/' changes from 87d9045..5839ac3 2015-10-09 11:36:59 +02:00
.gitignore Squashed 'src/univalue/' changes from 87d9045..5839ac3 2015-10-09 11:36:59 +02:00
.travis.yml 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/' changes from 87d9045..5839ac3 2015-10-09 11:36:59 +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
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

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.