diff options
Diffstat (limited to 'src/univalue/README')
-rw-r--r-- | src/univalue/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/univalue/README b/src/univalue/README new file mode 100644 index 0000000000..48167b083b --- /dev/null +++ b/src/univalue/README @@ -0,0 +1,7 @@ + + UniValue + +A universal value object, with JSON encoding (output) and decoding (input). + +Built as a single dynamic RAII C++ object class, and no templates. + |