Convert between Value and Jsonipc::JsonValue.
More...
#include "jsonapi.hh"
Convert between Value and Jsonipc::JsonValue.
Definition at line 25 of file jsonapi.hh.
◆ from_json()
static Value Ase::ConvertValue::from_json |
( |
const Jsonipc::JsonValue & |
v | ) |
|
|
static |
◆ record_to_json_object()
static Jsonipc::JsonValue Ase::ConvertValue::record_to_json_object |
( |
const ValueR & |
rec, |
|
|
Jsonipc::JsonAllocator & |
allocator |
|
) |
| |
|
static |
◆ sequence_from_json_array()
static void Ase::ConvertValue::sequence_from_json_array |
( |
Value & |
val, |
|
|
const Jsonipc::JsonValue & |
v |
|
) |
| |
|
static |
◆ sequence_to_json_array()
static Jsonipc::JsonValue Ase::ConvertValue::sequence_to_json_array |
( |
const ValueS & |
seq, |
|
|
Jsonipc::JsonAllocator & |
allocator |
|
) |
| |
|
static |
◆ to_json()
static Jsonipc::JsonValue Ase::ConvertValue::to_json |
( |
const Value & |
val, |
|
|
Jsonipc::JsonAllocator & |
allocator |
|
) |
| |
|
static |
◆ value_from_json_object()
static void Ase::ConvertValue::value_from_json_object |
( |
Value & |
val, |
|
|
const Jsonipc::JsonValue & |
v |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: