-
Looks like there might be another hard dependency "yyjson" missing from cmake?
```
mseed3-utils/src/mseed3-json/mseed3-json_main.c:5:10: fatal error: yyjson.h: No such file or directory
```
It…
-
**Describe the bug**
`yyjson_is_sint()` returns false for positive integers
**Your environment**
- OS: Gentoo
- Compiler: gcc 13.3.1
**Additional context**
I assume this is related to http…
-
https://github.com/ibireme/yyjson looks like it has good results.
It's not packaged in Fedora, so we'll have to submodule it or build it in install-dependencies.sh.
-
currently, cann't pass dest buffer :
yyjson_mut_write(doc, 0, &len);
can yyjson_mut_write supported dest buffer
char* dest; // buffer
yyjson_mut_write(doc, 0, &len, dest);
-
-
**Is your feature request related to a problem? Please describe.**
I'm loading data output by yyjson into Spark/Hive tables, and the fact that empty objects are output as `{}` instead of `null` is ca…
-
**Is your feature request related to a problem? Please describe.**
I'd love to use yyjson on a project, but I need the ability to create patches from the diff of two JSON documents.
Currently I woul…
-
Though we need better documentation and investigation, it seems likely that we could use yyjson as a faster fallback than our current fallback. My understanding is that @jkeiser wrote the fallback com…
-
The `details` in the following JSON is parsed into a `list()` by yyjsonr `{"error":{"code":400,"message":"Invalid URL","details":[]}}`
I know that `details` will only every be a character vector. T…
-
**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,…