Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroen/jsonlite
A Robust, High Performance JSON Parser and Generator for R
https://github.com/jeroen/jsonlite
json parser r rstats
Last synced: 5 days ago
JSON representation
A Robust, High Performance JSON Parser and Generator for R
- Host: GitHub
- URL: https://github.com/jeroen/jsonlite
- Owner: jeroen
- License: other
- Created: 2013-10-03T18:05:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T15:40:33.000Z (3 months ago)
- Last Synced: 2024-11-30T12:03:55.389Z (12 days ago)
- Topics: json, parser, r, rstats
- Language: C
- Homepage: http://arxiv.org/abs/1403.2805
- Size: 7 MB
- Stars: 380
- Watchers: 17
- Forks: 40
- Open Issues: 117
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - jeroen/jsonlite - A Robust, High Performance JSON Parser and Generator for R (C)
README
# jsonlite
> A Robust, High Performance JSON Parser and Generator for R
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/jsonlite)](http://cran.r-project.org/package=jsonlite)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/jsonlite)](http://cran.r-project.org/web/packages/jsonlite/index.html)A reasonably fast JSON parser and generator, optimized for statistical
data and the web. Offers simple, flexible tools for working with JSON in R, and
is particularly powerful for building pipelines and interacting with a web API.
The implementation is based on the mapping described in the vignette (Ooms, 2014).
In addition to converting JSON data from/to R objects, 'jsonlite' contains
functions to stream, validate, and prettify JSON data. The unit tests included
with the package verify that all edge cases are encoded and decoded consistently
for use with dynamic data in systems and applications.Have a look at the [vignette](https://cran.r-project.org/web/packages/jsonlite/vignettes/json-aaquickstart.html) to get started!
## Code of Conduct
Please note that the jsonlite project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/1/0/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.