JSON and the Argonauts

This chapter describes JavaScript Object Notation (JSON), a way to organize data. Using JSON, we can organize data into a collection called an object. We will not cover everything about JSON, only a small number of ways in which JSON can be used to help you model data in your programs.