JSON and Serialization

JSON is a simple text format for representing structured objects and collections. In most cases, when fetching and posting data to remote sources or even storing data locally, we’ll find ourselves needing to convert data to and from JSON. Therefore, understanding how to work with JSON is an invaluable skill since we’ll rarely build an app that doesn’t communicate with remote data or at least store data locally.

Get hands-on with 1400+ tech skills courses.