#ifndef __JSON_ENCODE_H__ #define __JSON_ENCODE_H__ #include #include #include std::string json_encode(std::map); #endif