Yaoyuan Guo

Results 165 comments of Yaoyuan Guo
trafficstars

@AlexKlo `yyjson_api_inline` is actually `static inline`, so these functions do not export symbols. If you want to export symbols, I still recommend you try this approach: ```c // create a...

换行时,后面那串字母被视为一个英文单词进行短行,所以被裁剪掉了。 这块儿稍后做一下优化,尽量兼容 UILabel。

You can use simple cast to avoid these warnings. I’ll fix this later. Here’s a more complete version with tests and no warnings for reference: https://github.com/ibireme/yyjson/blob/master/src/yyjson.c

It seems this requirement might not be very common, could you provide more details about how you're using yyjson to output JSON? If you're building JSON using `yyjson_mut_val`, I suggest...