hevake opened this issue 2 years ago · 1 comments
size_t CheckJsonLength(const char*ptr); 通过数括号的方法找出JSON的长度。
通过数 [ { " 的个数来决定;但要注意 " 的情况。
已实现