Binary package “libunivalue0” in ubuntu oracular

C++ universal value object and JSON library

 A universal value object, with JSON encoding (output) and decoding
 (input).
 .
 Built as a single dynamic RAII C++ object class, and no templates.
 .
 UniValue is a reaction to json_spirit,
 seeking to minimize template and memory use,
 providing a straightforward RAII class
 compatible with link-time optimization and embedded uses.