All functions

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

Symbolic constants identifying the type of a JSON value.

asJSVars()

Serialize R objects as Javsscript/ActionScript variables

basicJSONHandler()

Create handler for processing JSON elements from a parser

fromJSON()

Convert JSON content to R objects

isValidJSON()

Test if JSON content is valid

readJSONStream()

Read JSON from a Connection/Stream

toJSON()

Convert an R object to a string in Javascript Object Notation