Serialize R objects to JSON, JavaScript Object Notation


[Package List] [Top]

Documentation for package ‘RJSONIO’ version 0.3-1

User Guides and Package Vignettes

Read overview or browse directory.

Help Pages

asJSVars Serialize R objects as Javsscript/ActionScript variables
fromJSON Convert JSON content to R objects
fromJSON,AsIs-method Convert JSON content to R objects
fromJSON,character-method Convert JSON content to R objects
fromJSON,connection-method Convert JSON content to R objects
JSON_T_ARRAY_BEGIN Symbolic constants identifying the type of a JSON value.
JSON_T_ARRAY_END Symbolic constants identifying the type of a JSON value.
JSON_T_FALSE Symbolic constants identifying the type of a JSON value.
JSON_T_FLOAT Symbolic constants identifying the type of a JSON value.
JSON_T_INTEGER Symbolic constants identifying the type of a JSON value.
JSON_T_KEY Symbolic constants identifying the type of a JSON value.
JSON_T_MAX Symbolic constants identifying the type of a JSON value.
JSON_T_NONE Symbolic constants identifying the type of a JSON value.
JSON_T_NULL Symbolic constants identifying the type of a JSON value.
JSON_T_OBJECT_BEGIN Symbolic constants identifying the type of a JSON value.
JSON_T_OBJECT_END Symbolic constants identifying the type of a JSON value.
JSON_T_STRING Symbolic constants identifying the type of a JSON value.
JSON_T_TRUE Symbolic constants identifying the type of a JSON value.
toJSON Convert an R object to a string in Javascript Object Notation
toJSON,ANY-method Convert an R object to a string in Javascript Object Notation
toJSON,character-method Convert an R object to a string in Javascript Object Notation
toJSON,factor-method Convert an R object to a string in Javascript Object Notation
toJSON,hexmode-method Convert an R object to a string in Javascript Object Notation
toJSON,integer,missing-method Convert an R object to a string in Javascript Object Notation
toJSON,integer-method Convert an R object to a string in Javascript Object Notation
toJSON,list-method Convert an R object to a string in Javascript Object Notation
toJSON,logical-method Convert an R object to a string in Javascript Object Notation
toJSON,matrix-method Convert an R object to a string in Javascript Object Notation
toJSON,name-method Convert an R object to a string in Javascript Object Notation
toJSON,NULL-method Convert an R object to a string in Javascript Object Notation
toJSON,numeric-method Convert an R object to a string in Javascript Object Notation