veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Package that contains adaptors to simplify serialization of entities to JSON. More...
Functions | |
template<typename Value , typename Iterable > | |
void | putArrayKV (Value &object, const std::string &key, const Iterable &val) |
Depending on altchain, different JSON libraries can be used. Provide specializations of methods from this namespace to use ToJSON<T>(...)
.
void altintegration::json::putArrayKV | ( | Value & | object, |
const std::string & | key, | ||
const Iterable & | val | ||
) |