Introduction
JSON is a simple way to store and share data. The jsonlite package helps R talk with JSON easily.
You want to save R data so other programs can read it.
You receive data from a website or app in JSON format.
You want to send R data to a web service or API.
You want to read JSON files into R for analysis.