12 #include "../GrayLibBase.h"
39 static const char k_null[5];
40 static const char k_true[5];
41 static const char k_false[6];
42 static const int k_DEPTH_MAX = 50;
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
TYPE_TYPE
Definition: cJSON.h:32
@ TYPE_Bool
Definition: cJSON.h:34
@ TYPE_Null
Definition: cJSON.h:33
@ TYPE_Double
Definition: cJSON.h:35
@ TYPE_String
Definition: cJSON.h:36
Definition: cVariant.h:26
UNITTEST2_PREDEF(cQuadtree)
cStringA cJSONString
Definition: cJSON.h:19
int StrLen_t
the length of a string in chars (bytes for UTF8, wchar_t for UNICODE). or offset in characters....
Definition: StrConst.h:32
static const StrLen_t k_LEN_MAX
arbitrary max size for Format() etc. NOTE: _MSC_VER says stack frame should be at least 16384
Definition: StrT.h:75