JSON (JavaScript Object Notation)

JSON is a lightweight format for exchanging data. It stores information as key-value pairs, which makes it easy for both humans and machines to read and process.

Example

A weather application might receive forecast data from a weather API in JSON format. That JSON can include values such as temperature, humidity, and precipitation, which the application can parse and display for users.