Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
parse.hpp File Reference
#include <iostream>
#include <string_view>
#include <memory>
#include <metall/json/json_fwd.hpp>

Go to the source code of this file.

Namespaces

namespace  metall
 The top level of namespace of Metall.
 
namespace  metall::json
 Namespace for Metall JSON container, which is in an experimental phase.
 

Functions

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.