X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fconvert_json.h;h=d8825acdc167e95d9c2abbff679131cc7089e721;hb=5506e97ed897dde2d4820fe1b021a4622bae03b3;hp=d19e70851a6adf0f055fa78a6c295eb5af8d1608;hpb=921151d97a2fb2238ab514324fb95e2732248b96;p=dragonfireclient.git diff --git a/src/convert_json.h b/src/convert_json.h index d19e70851..d8825acdc 100644 --- a/src/convert_json.h +++ b/src/convert_json.h @@ -23,3 +23,5 @@ with this program; if not, write to the Free Software Foundation, Inc., Json::Value fetchJsonValue(const std::string &url, std::vector *extra_headers); + +std::string fastWriteJson(const Json::Value &value);