Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue'

This commit is contained in:
Jack Grigg
2017-02-10 02:18:46 +00:00
75 changed files with 2340 additions and 0 deletions

7
src/univalue/README Normal file
View File

@@ -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.