Skip to contents

This function is imported from yyjsonr.

Usage

read_json_file(filename, opts = list(), ...)

Arguments

filename

Path to json file in character.

opts

Options to pass to `yyjsonr::read_json_file`.

...

Additional arguments to pass to `yyjsonr::read_json_file`.

Value

A list of json data.

See also

[yyjsonr::read_json_file()]

Examples

if (FALSE) { # \dontrun{
read_json_file("chatdata.json")
} # }