© Wallace Jackson 2016

Wallace Jackson, JSON Quick Syntax Reference, 10.1007/978-1-4842-1863-1_5

5. JSON Arrays: Serialized Data Store Structures

Wallace Jackson

(1)Lompoc, California, USA

This chapter examines a data structure that holds more complex data representations: an array. An array is similar to a database structure, but far more simplified in nature. Arrays are found in most every programming language, including OOP languages as well as non-OOP languages. You even hear the word array used in natural languages, such as in the phrase “We have a wide array of products,” referring to a store’s stock or collection of items to be sold.

In this chapter, you look at what an array of data is and how it is used and accessed using JavaScript, because ...

Get JSON Quick Syntax Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.