Get JSON into R

Reading a JSON string or file as a list in R:

  • jsonlite::read_json(<filepath>)
  • jsonlite::parse_json(<string>)