Other packages > Find by keyword >

RJSONIO  

Serialize R Objects to JSON, JavaScript Object Notation
View on CRAN: Click here


Download and install RJSONIO package within the R console
Install from CRAN:
install.packages("RJSONIO")

Install from Github:
library("remotes")
install_github("cran/RJSONIO")

Install by package version:
library("remotes")
install_version("RJSONIO", "1.3-1.9")



Attach the package and use:
library("RJSONIO")
Maintained by
CRAN Team
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-10-04
Latest Update: 2023-11-27
Description:
This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. Originally, that was too slow for converting large R objects to JSON and was not extensible. rjson's performance is now similar to this package, and perhaps slightly faster in some cases. This package uses methods and is readily extensible by defining methods for different classes, vectorized operations, and C code and callbacks to R functions for deserializing JSON objects to R. The two packages intentionally share the same basic interface. This package (RJSONIO) has many additional options to allow customizing the generation and processing of JSON content. This package uses libjson rather than implementing yet another JSON parser. The aim is to support other general projects by building on their work, providing feedback and benefit from their ongoing development.
How to cite:
CRAN Team (2010). RJSONIO: Serialize R Objects to JSON, JavaScript Object Notation. R package version 1.3-1.9, https://cran.r-project.org/web/packages/RJSONIO. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.3-1 (2010-10-04 12:14), 0.4-1 (2010-12-06 16:07), 0.5-0 (2011-02-22 09:41), 0.7-1 (2011-04-30 15:01), 0.7-2 (2011-05-10 12:34), 0.7-3 (2011-06-06 15:10), 0.8-1 (2011-07-30 17:34), 0.8-2 (2011-08-03 09:59), 0.91-0 (2011-08-15 21:45), 0.92-0 (2011-08-16 09:59), 0.94-0 (2011-08-23 07:21), 0.95-0 (2011-09-05 06:53), 0.96-0 (2011-10-23 18:01), 0.97-0 (2012-01-08 16:41), 0.98-0 (2012-02-02 22:13), 0.98-1 (2012-02-06 16:07), 1.0-0 (2012-09-30 09:22), 1.0-1 (2012-10-10 12:18), 1.0-2 (2013-03-20 17:44), 1.0-3 (2013-03-28 15:02), 1.2-0.1 (2014-04-26 17:45), 1.2-0.2 (2014-04-29 13:09), 1.3-0 (2014-07-28 17:26), 1.3-1.1 (2019-03-03 19:57), 1.3-1.2 (2019-06-04 12:19), 1.3-1.3 (2019-10-03 17:27), 1.3-1.4 (2020-01-15 11:13), 1.3-1.5 (2021-08-17 21:22), 1.3-1.6 (2021-09-16 20:47), 1.3-1.7 (2023-01-14 12:55), 1.3-1.8 (2023-01-31 13:01), 1.3-1 (2018-11-12 08:30)
Other packages that cited RJSONIO R package
View RJSONIO citation profile
Other R packages that RJSONIO depends, imports, suggests or enhances
Complete documentation for RJSONIO
Functions, R codes and Examples using the RJSONIO R package
Some associated functions: JSON_T_NULL . asJSVars . basicJSONHandler . fromJSON . isValidJSON . readJSONStream . toJSON . 
Some associated R codes: asVars.R . isValid.R . json.R . readJSON.R . simpleHandler.R . stream.R .  Full RJSONIO package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA