LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
json_encode.h
Go to the documentation of this file.
1 #ifndef __JSON_ENCODE_H__
2 #define __JSON_ENCODE_H__
3 
4 #include <map>
5 #include <string>
6 #include <json/json.h>
7 
8 std::string json_encode(std::map<std::string, std::string>);
9 
10 #endif
std::string json_encode(std::map< std::string, std::string >)
Definition: json_encode.cc:3