Models
Learn how to derive the JSON codecs in our data models using Circe.
We'll cover the following...
We'll cover the following...
Recap
We will reuse the models that we have already written here.
To recap, these were our models:
Derive JSON codecs
The only thing we will change is add a semi-automatic derivation of the JSON codecs. We just need to import the appropriate Circe package and call the derive functions.