Learn. Create. Contribute.
What do you get from REST API and your backend? Usually, it's raw data in JSON format.
JSON stands for Javascript Object Notation. It's a easy-to-read and lightweight way to format and parse data.
Most apps now use a backend and JSON is the language of their data. In this episode, we'll talk everything about JSON. Download the starter project I prepare for you now and let's get started!