There's more, but those examples show an important feature: you can parse JSON into the structures you expect. Critically, we don't use JSON.parse or JSON.stringify unless it's safe to do so. If you ...