Move json_is_true/json_is_false to json_util.cpp

This commit is contained in:
Vitaliy Filippov
2024-10-12 00:40:39 +03:00
parent c9ccc790ec
commit a03508320e
16 changed files with 29 additions and 45 deletions
-6
View File
@@ -48,9 +48,3 @@ void http_request(http_co_t *handler, const std::string & host, const std::strin
const http_options_t & options, std::function<void(const http_response_t *response)> response_callback);
void http_post_message(http_co_t *handler, int type, const std::string & msg);
void http_close(http_co_t *co);
// Utils
std::string strtolower(const std::string & in);
// FIXME: move to json11
bool json_is_true(const json11::Json & val);
bool json_is_false(const json11::Json & val);