read_json: Read JSON from disk or url

View source: R/read_json.R

read_jsonR Documentation

Read JSON from disk or url

Description

Read JSON from disk or url

Usage

read_json(path, ...)

Arguments

path

Path or connection to read from

...

arguments passed on to parse_json

Value

A R object. The type depends on the input but is usually a list or a data frame.


mgirlich/jsontools documentation built on March 21, 2023, 9:10 a.m.