#include <metall/json/json_fwd.hpp>
Go to the source code of this file.
Namespaces | |
metall | |
The top level of namespace of Metall. | |
metall::json | |
Namespace for Metall JSON container, which is in an experimental phase. | |
metall::json::jsndtl | |
Functions | |
template<typename allocator_type > | |
void | metall::json::jsndtl::value_to_impl_helper (const mj::value< allocator_type > &input_value, bj::value *out_bj_value) |
template<typename allocator_type > | |
bj::value | metall::json::jsndtl::value_to_impl (const mj::value< allocator_type > &input_value) |
template<typename T , typename allocator_type > | |
T | metall::json::value_to (const mj::value< allocator_type > &value) |
Convert a JSON value to another data type. More... | |