Package: RJSONIO 2.0.5
RJSONIO: Serialize R Objects to JSON
Converts R objects to and from JavaScript Object Notation (JSON). The package provides a stable interface for reading JSON from strings, files, and connections, and for serializing common R objects, including vectors, lists, data frames, arrays, environments, and S4 objects. It also exposes parser handlers, callbacks, and S4 methods for applications that need customized JSON processing while preserving established RJSONIO behavior.
Authors:
RJSONIO_2.0.5.tar.gz
RJSONIO_2.0.5.zip(r-4.7)RJSONIO_2.0.5.zip(r-4.6)RJSONIO_2.0.5.zip(r-4.5)
RJSONIO_2.0.5.tgz(r-4.6-x86_64)RJSONIO_2.0.5.tgz(r-4.6-arm64)RJSONIO_2.0.5.tgz(r-4.5-x86_64)RJSONIO_2.0.5.tgz(r-4.5-arm64)
RJSONIO_2.0.5.tar.gz(r-4.7-arm64)RJSONIO_2.0.5.tar.gz(r-4.7-x86_64)RJSONIO_2.0.5.tar.gz(r-4.6-arm64)RJSONIO_2.0.5.tar.gz(r-4.6-x86_64)
RJSONIO_2.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RJSONIO/json (API)
NEWS
| # Install 'RJSONIO' in R: |
| install.packages('RJSONIO', repos = c('https://yaoxiangli.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yaoxiangli/rjsonio/issues
Pkgdown/docs site:https://yaoxiangli.github.io
Last updated from:326d89755e. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 127 | ||
| linux-devel-x86_64 | OK | 126 | ||
| source / vignettes | OK | 237 | ||
| linux-release-arm64 | OK | 141 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 103 | ||
| macos-release-x86_64 | OK | 185 | ||
| macos-oldrel-arm64 | OK | 103 | ||
| macos-oldrel-x86_64 | OK | 250 | ||
| windows-devel | OK | 169 | ||
| windows-release | OK | 119 | ||
| windows-oldrel | OK | 120 | ||
| wasm-release | OK | 113 |
Exports:asJSVarsbasicJSONHandleremptyNamedListfromJSONisValidJSONJSON_T_ARRAY_BEGINJSON_T_ARRAY_ENDJSON_T_FALSEJSON_T_FLOATJSON_T_INTEGERJSON_T_KEYJSON_T_MAXJSON_T_NONEJSON_T_NULLJSON_T_OBJECT_BEGINJSON_T_OBJECT_ENDJSON_T_STRINGJSON_T_TRUEreadJSONStreamStrictStrictCharacterStrictLogicalStrictNumerictoJSON
Dependencies:
Advanced Customization
Rendered fromadvanced-customization.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
Choosing JSON Tools
Rendered fromchoosing-json-tools.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
Connections and Streaming
Rendered fromconnections-and-streaming.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
Parsing JSON
Rendered fromparsing-json.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
RJSONIO
Rendered fromrjsonio.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
Type Mapping
Rendered fromtype-mapping.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
Writing JSON
Rendered fromwriting-json.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2026-05-14
Started: 2026-05-14
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Serialize R objects as Javsscript/ActionScript variables | asJSVars |
| Create handler for processing JSON elements from a parser | basicJSONHandler |
| Symbolic constants identifying the type of a JSON value. | JSON_T_ARRAY_BEGIN JSON_T_ARRAY_END JSON_T_FALSE JSON_T_FLOAT JSON_T_INTEGER JSON_T_KEY JSON_T_MAX JSON_T_NONE JSON_T_NULL JSON_T_OBJECT_BEGIN JSON_T_OBJECT_END JSON_T_STRING JSON_T_TRUE |
| Convert JSON content to R objects | fromJSON fromJSON,AsIs,ANY-method fromJSON,AsIs,function-method fromJSON,AsIs,JSONParserHandler-method fromJSON,AsIs,NativeSymbolInfo-method fromJSON,AsIs,NULL-method fromJSON,character,ANY-method fromJSON,connection,ANY-method Strict StrictCharacter StrictLogical StrictNumeric |
| Test if JSON content is valid | isValidJSON isValidJSON,AsIs-method isValidJSON,character-method isValidJSON,connection-method |
| Read JSON from a Connection/Stream | readJSONStream |
| Convert an R object to a string in Javascript Object Notation | emptyNamedList toJSON toJSON,ANY-method toJSON,array-method toJSON,AsIs-method toJSON,character-method toJSON,data.frame-method toJSON,environment-method toJSON,factor-method toJSON,function-method toJSON,hexmode-method toJSON,integer,missing-method toJSON,integer-method toJSON,list-method toJSON,logical-method toJSON,matrix-method toJSON,name-method toJSON,NULL-method toJSON,numeric-method |
