8 #ifndef DIAGNOSTIC_CLIENT_LIB_LIB_BOOST_SUPPORT_PARSER_JSON_PARSER_H
9 #define DIAGNOSTIC_CLIENT_LIB_LIB_BOOST_SUPPORT_PARSER_JSON_PARSER_H
11 #include <boost/property_tree/json_parser.hpp>
12 #include <boost/property_tree/ptree.hpp>
13 #include <string_view>
Class type to contains a value (of type ValueType), or an error (of type ErrorType)
ParsingErrorCode
Definitions of Parsing failure error codes.
core_type::Result< boost_tree, ParsingErrorCode > Read(std::string_view config_path)
Parser to get the configuration from json file.
boost::property_tree::ptree boost_tree
Type alias for boost property tree.