#ifndef _UTIL_H_ #define _UTIL_H_ #include <3ds.h> #include #include std::string urlencode(std::string str); char* json_object_get_string_value(json_t* obj, const char* key); #endif // _UTIL_H_