Introducing {yyjsonr} a new, fast JSON package - Fastest(?) JSON parser for R?

* ~2x to 10x faster than {jsonlite}
* supports both read and write
* ndjson support (evolving)

If you're in the market for fast JSON and have particular requirements get in touch! (file a GH issue, toot me, etc)

See github & pkg docs for benchmarks and usage.

https://github.com/coolbutuseless/yyjsonr

https://coolbutuseless.github.io/package/yyjsonr/index.html

#RStats

GitHub - coolbutuseless/yyjsonr: Fast JSON package for R

Fast JSON package for R. Contribute to coolbutuseless/yyjsonr development by creating an account on GitHub.

GitHub
@coolbutuseless Do you intend to release it on CRAN?

@jonthegeek Yep!

Definitely looking for feedback on config options people need to control the parsing/serializing before things get set in stone.

@coolbutuseless totally understandable, I just wanted to check the plan before I invest time in trying it out!