#include <iostream>
#include <string_view>
#include <memory>
#include <metall/json/json_fwd.hpp>
Go to the source code of this file.
|
| metall |
| The top level of namespace of Metall.
|
|
| metall::json |
| Namespace for Metall JSON container, which is in an experimental phase.
|
|
|
template<typename allocator_type = std::allocator<std::byte>> |
value< allocator_type > | metall::json::parse (std::string_view input_json_string, const allocator_type &allocator=allocator_type()) |
| Parses a JSON represented as a string. More...
|
|