#ifndef __PARSER_H__ #define __PARSER_H__ #include #include cJSON* parse_json(switch_core_session_t* session, const std::string& data, std::string& type) ; #endif