Build structured JSON without memorizing the syntax
Start with an object when you are describing one thing, such as a user, product, or group of settings. Start with an array when you need a list, such as several products or a sequence of values.
Add properties and items visually, nest objects and arrays as needed, and use the source view to see how the same structure is written as JSON.