Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Convert< const char * >

#include "jsonipc.hh"

Static Public Member Functions

static const char *from_json (const JsonValue &value, const char *fallback="")
static JsonValueto_json (const char *str, JsonAllocator &allocator)
static JsonValueto_json (const char *str, size_t l, JsonAllocator &allocator)

Member Function Documentation

from_json()

static const char * from_json ( const JsonValue & value,
const char * fallback = ""
)
static

to_json() [1/2]

static JsonValue to_json ( const char * str,
size_t l,
JsonAllocator & allocator
)
static

to_json() [2/2]

static JsonValue to_json ( const char * str,
JsonAllocator & allocator
)
static