A fast 'JSON' parser, generator and validator which converts 'JSON', 'NDJSON' (Newline Delimited 'JSON') and 'GeoJSON' (Geographic 'JSON') data to/from R objects. The standard R data types are supported (e.g. logical, numeric, integer) with configurable handling of NULL and NA values. Data frames, atomic vectors and lists are all supported as data containers translated to/from 'JSON'. 'GeoJSON' data is read in as 'simple features' objects. This implementation wraps the 'yyjson' 'C' library which is available from <https://github.com/ibireme/yyjson>.
Package details |
|
---|---|
Author | Mike Cheng [aut, cre, cph], Yao Yuan [aut, cph] (Author of bundled yyjson) |
Maintainer | Mike Cheng <mikefc@coolbutuseless.com> |
License | MIT + file LICENSE |
Version | 0.1.20 |
URL | https://github.com/coolbutuseless/yyjsonr https://coolbutuseless.github.io/package/yyjsonr/ |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.