bitcoin/src/univalue
2020-11-19 15:48:24 +01:00
..
build-aux/m4
gen Update univalue subtree 2018-09-07 08:21:14 -04:00
include Update univalue subtree 2020-11-19 15:48:24 +01:00
lib Update univalue subtree 2020-02-09 07:44:29 -08:00
pc
test Update univalue subtree 2020-11-19 15:48:24 +01:00
.gitignore
.travis.yml univalue: Bump subtree 2017-12-19 16:44:57 -05:00
autogen.sh
configure.ac Bump univalue and fix json formatting in tests 2017-09-29 14:35:46 +02:00
COPYING
Makefile.am Update univalue subtree 2020-02-09 07:44:29 -08:00
README.md Update univalue subtree 2019-10-30 16:24:02 -04:00
TODO

UniValue

Summary

A universal value class, with JSON encoding and decoding.

UniValue is an abstract data type that may be a null, boolean, string, number, array container, or a key/value dictionary container, nested to an arbitrary depth.

This class is aligned with the JSON standard, RFC 7159.

Library usage

This is a fork of univalue used by Bitcoin Core. It is not maintained for usage by other projects. Notably, the API may break in non-backward-compatible ways.

Other projects looking for a maintained library should use the upstream univalue at https://github.com/jgarzik/univalue.