parseJSON {JSON} R Documentation

parse JSON string into the raw JSON model or R data object

Description

Usage

parseJSON(str,
    raw = FALSE,
    strict.vector.syntax = TRUE);

Arguments

str

The json string being decoded.

raw

[as boolean]

env

[as Environment]

Details

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]