-
**Describe the bug**
I get `YYJSON_READ_ERROR_UNEXPECTED_END` when reading this (and other JSON):
```json
{
"firstName": "John",
"lastName": "Smith",
"isAlive": true,
"age": 25,…
-
Features
* review and merge 'json_verbatim'
Housekeeping:
- [ ] Fix any failing checks on CRAN
- [ ] https://cran.r-project.org/web/checks/check_results_yyjsonr.html
- [ ] Update DESCRIPT…
-
More or less summed up by the title :)
There are quite a few (very) popular projects like VSCode that store their configuration files in JSON with comments. yyjson can currently read these with no …
-
I am writing to kindly request your consideration in supporting the Meson build system. Meson has gained significant popularity in recent years and is frequently used in various projects due to its ea…
-
https://github.com/mah0x211/lua-yyjson/blob/master/src/lyyjson.c#L521-L532
这几个 ref 不会释放
如果在skynet 玩家agent服务中使用,会导致服务销毁后内存不会回收。
-
Hi!
Your library is great! But one thing I couldn't find is how to serialize and deserialize arrays of objects, as well as nested objects. I saw that you have a couple of closed tickets regarding h…
cesss updated
7 months ago
-
Could we optionally skip json serialisation of character vectors that are already json? This is {jsonlite}'s `json_verbatim = TRUE` option. Example:
```R
my_obj
-
### Description
Problems with cJSON:
1. Undermaintained
2. "Lots" of allocations (how big of an issue is this? not sure)
3. Will leak memory depending on which cJSON APIs you use
Alternatives…
-
**Describe the bug**
we found our app is leaked out ,we use heaptrack to catch yyjson file exists leak mem
**Your environment**
- OS: linux
- Compiler: gcc 9.3 for arm
**Additional conte…
-
### Is your feature request related to a problem? Please describe.
简单添加个 yyjson ` xmake require -y yyjson ` 就等了一分多钟, 拉取源代码文件也就几秒钟 ,
### Describe the solution you'd like
.
### Describe alter…