1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2016-07-13 14:53:28 +02:00
parent 4a1bb9f1e3
commit fe81d747a3
10 changed files with 46 additions and 11 deletions

View File

@@ -26,7 +26,7 @@
#define USP_JSON_PUTS(json) UValue::stringify(*UClientImage_Base::wbuffer, (json))
#define USP_JSON_REQUEST_PARSE(obj) JSON_parse(*UClientImage_Base::body, (obj))
#define USP_JFIND_REQUEST(type,type_len,str) UValue::jfind(*UClientImage_Base::body,(type)i,(type_len),(str))
#define USP_JFIND_REQUEST(type,type_len,str) UValue::jfind(*UClientImage_Base::body,(type),(type_len),(str))
#define USP_JSON_stringify(json,class_name,obj) ((json).toJSON(UJsonTypeHandler<class_name>(obj)), USP_JSON_PUTS(json))
#define USP_XML_PUTS(string) \