read.jsonl {JSON} R Documentation

read json list

Description

Usage

read.jsonl(file,
    lazy = FALSE);

Arguments

file

the file path to the json list, usually be the *.jsonl file.

env

[as Environment]

Details

Authors

SMRUCC genomics

Value

a tuple list that contains the json objects that parsed from the json list file.

clr value class

Examples


[Package JSON version 6.0.0.3654 Index]