new-line delimited JSON to convert to R object. Can be a string, url or link to a file.
simplify
logical, if TRUE, coerces JSON to the simplest R object possible. See Details
fill_na
logical, if TRUE and simplify is TRUE,
data.frames will be na-filled if there are missing JSON keys.
Ignored if simplify is FALSE. See details and examples.