This package browser is in early development. Mind the rough edges.

r-jsonlite

Robust, high performance JSON parser and generator for R

The jsonlite package provides a fast JSON parser and generator optimized for statistical data and the web. It offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API. 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.

Installation

Install the latest version of r-jsonlite as follows:

guix install r-jsonlite

Or install a particular version:

guix install r-jsonlite@2.0.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-jsonlite about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-jsonlite'><img src='https://packages.guix.gnu.org/packages/r-jsonlite/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-jsonlite/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-jsonlite)

Example Org:

[[https://packages.guix.gnu.org/packages/r-jsonlite][https://packages.guix.gnu.org/packages/r-jsonlite/badges/latest-version.svg]]