Metall  v0.28
A persistent memory allocator for data-centric analytics
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

 metall
 The top level of namespace of Metall.
 
 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. More...