Welcome to this post.
In this post, I am going to cover about JSON parsing in Dart.
What I will do on this project?
1. Get data from Rest API.
2. Parse the JSON Data
Let's Start-
First, take look at the data source. I will get the data from this link.
https://swapi.co/api/starships/
JSON sample.
This response you will find that link
{
"count": 37,
"next": "https://swapi.co/api/starships/?page=2",
"previous": null,
"results": [
{
...
AndroidSketchpad
Imagine Learn And Apply