json_decode {JSON} |
R Documentation |
Decodes a JSON string
Description
a short cut method of parseJSON
Usage
json_decode(str,
throwEx = TRUE,
typeof = NULL,
strict.vector.syntax = TRUE);
Arguments
str
The json string being decoded. [as string]
env
[as Environment]
Details
Takes a JSON encoded string and converts it into a R variable.
Authors
SMRUCC genomics
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
JSON version 6.0.0.3654
Index]