dogecoin/src/univalue
Patrick Lodder d81d2329f2
Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork
Merge commit 'd29583af8fa9536da33df679bd03f63d76c5d334' into 1.14.5-dev
2021-10-17 22:05:37 +02:00
..
build-aux/m4 Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
gen Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
include Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
lib Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
pc Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue' 2015-10-01 10:37:19 +02:00
test Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
.cirrus.yml Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
.gitignore Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin 2015-12-02 12:28:48 +01:00
COPYING Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue' 2015-10-01 10:37:19 +02:00
Makefile.am Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
README.md Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
TODO Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue' 2015-10-01 10:37:19 +02:00
autogen.sh Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue' 2015-10-01 10:37:19 +02:00
configure.ac Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00
sources.mk Update univalue from bitcoin-core/univalue-subtree:bitcoin-fork 2021-10-17 22:05:37 +02:00

README.md

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.