R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
jsonlite
View on CRAN: Click
here
Download and install jsonlite package within the R console
Install from CRAN:
install.packages("jsonlite")
Install from Github:
library("remotes")
install_github("cran/jsonlite") Install by package version:
library("remotes")
install_version("jsonlite", "2.0.0") Attach the package and use:
library("jsonlite")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-12-03
Latest Update: 2025-03-27
Description:
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.
How to cite:
Jeroen Ooms (2013). jsonlite: A Simple and Robust JSON Parser and Generator for R. R package version 2.0.0, https://cran.r-project.org/web/packages/jsonlite. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:50), 0.9.0 (2013-12-03 08:23), 0.9.1 (2013-12-12 08:03), 0.9.3 (2014-01-02 08:51), 0.9.4 (2014-03-01 06:56), 0.9.5 (2014-03-27 06:40), 0.9.6 (2014-04-05 08:11), 0.9.7 (2014-04-18 08:35), 0.9.8 (2014-06-02 21:28), 0.9.9 (2014-07-22 08:48), 0.9.10 (2014-08-03 02:15), 0.9.11 (2014-09-05 01:11), 0.9.12 (2014-10-21 11:40), 0.9.13 (2014-10-21 18:12), 0.9.14 (2014-12-01 09:34), 0.9.15 (2015-03-26 00:32), 0.9.16 (2015-04-11 01:04), 0.9.17 (2015-09-06 19:30), 0.9.18 (2015-11-25 14:29), 0.9.19 (2015-11-28 09:38), 0.9.20 (2016-05-10 06:56), 0.9.21 (2016-06-04 13:40), 0.9.22 (2016-06-15 12:26), 1.0 (2016-07-01 10:57), 1.1 (2016-09-14 19:44), 1.2 (2016-12-31 00:36), 1.3 (2017-02-28 12:12), 1.4 (2017-04-08 23:03), 1.5 (2017-06-01 14:03), 1.6.1 (2020-02-02 12:40), 1.6 (2018-12-07 13:50), 1.7.0 (2020-06-25 13:50), 1.7.1 (2020-09-07 08:50), 1.7.2 (2020-12-09 18:40), 1.7.3 (2022-01-17 09:42), 1.8.0 (2022-02-22 12:20), 1.8.1 (2022-10-01 16:00), 1.8.2 (2022-10-02 18:20), 1.8.3 (2022-10-21 10:15), 1.8.4 (2022-12-06 09:10), 1.8.5 (2023-06-05 14:20), 1.8.7 (2023-06-30 00:10), 1.8.8 (2023-12-04 16:20), 1.8.9 (2024-09-20 10:40), 1.9.0 (2025-02-19 16:50), 1.9.1 (2025-03-03 23:10)
Other packages that cited jsonlite R package
View jsonlite citation profile
Other R packages that jsonlite depends,
imports, suggests or enhances
Complete documentation for jsonlite
Functions, R codes and Examples using
the jsonlite R package
Some associated functions: base64 . flatten . fromJSON . gzjson . prettify . rbind_pages . read_json . serializeJSON . stream_in . unbox . validate .
Some associated R codes: apply_by_pages.R . as.scalar.R . asJSON.AAAgeneric.R . asJSON.ANY.R . asJSON.AsIs.R . asJSON.Date.R . asJSON.ITime.R . asJSON.NULL.R . asJSON.POSIXt.R . asJSON.array.R . asJSON.character.R . asJSON.classRepresentation.R . asJSON.complex.R . asJSON.data.frame.R . asJSON.difftime.R . asJSON.factor.R . asJSON.function.R . asJSON.int64.R . asJSON.json.R . asJSON.list.R . asJSON.logical.R . asJSON.numeric.R . asJSON.pairlist.R . asJSON.raw.R . asJSON.scalar.R . asJSON.sf.R . asJSON.vctrs.R . base64.R . cleannames.R . collapse.R . collapse_object.R . deparse_vector.R . fixNativeSymbol.R . flatten.R . fromJSON.R . helpfunctions.R . is.recordlist.R . is.scalarlist.R . json_gzip.R . list_to_vec.R . loadpkg.R . makesymbol.R . null_to_na.R . num_to_char.R . pack.R . parseJSON.R . prettify.R . print.R . push_parser.R . raw_to_json.R . rbind_pages.R . read_json.R . serializeJSON.R . simplify.R . simplifyDataFrame.R . stop.R . stream.R . toJSON.R . transpose_list.R . unbox.R . unescape_unicode.R . utf8conv.R . validate.R . warn_keep_vec_names.R . Full jsonlite package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
quickcode
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
dhReg
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Pranay Gaikwad (view profile)
noisyr
Quantifies and removes technical noise from high-throughput
sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Ilias Moutsopoulos (view profile)
dcov
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Hang Weiqiang (view profile)
kernelPSI
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Lotfi Slim (view profile)
28,083
R Packages
239,283
Dependencies
74,457
Author Associations
28,084
Publication Badges
