Go to the source code of this file.
|
| template<typename allocator_type > |
| value< allocator_type > | metall::json::jsndtl::value_from_impl (const bj::value &input_bj_value, allocator_type allocator=allocator_type()) |
| |
| template<typename allocator_type > |
| value< allocator_type > | metall::json::jsndtl::value_from_impl (bj::value &&input_bj_value, allocator_type allocator=allocator_type()) |
| |
| template<typename T , typename allocator_type = std::allocator<std::byte>> |
| value< allocator_type > | metall::json::value_from (T &&input_data, const allocator_type &allocator=allocator_type()) |
| | Convert an input data and construct a JSON value.
|
| |