#include "daw/json/daw_json_link.h"
#include <ciso646>
#include <string>
#include <utility>
Go to the source code of this file.
|
template<typename ParsePolicy = NoCommentSkippingPolicyChecked, typename StackContainerPolicy = DefaultJsonEventParserStackPolicy< JsonEventParserStackValue<ParsePolicy>>, typename Handler > |
constexpr void | daw::json::json_event_parser (daw::json::basic_json_value< ParsePolicy > jvalue, Handler &&handler) |
|
template<typename ParsePolicy = NoCommentSkippingPolicyChecked, typename Handler > |
void | daw::json::json_event_parser (std::string_view json_document, Handler &&handler) |
|