#include "jsonapi.hh"
Public Types | |
using | ValueRP = std::shared_ptr< ValueR > |
Static Public Member Functions | |
static ValueRP | from_json (const Jsonipc::JsonValue &value) |
static Jsonipc::JsonValue | to_json (const ValueRP &recp, Jsonipc::JsonAllocator &allocator) |
Convert between std::shared_ptr<ValueR> and Jsonipc::JsonValue.
|
static |
|
static |