11.
Serialization with JSON
Written by Kevin D Moore
Written by Kevin D Moore
Heads up... You're reading this book for free, with parts of this chapter shown beyond this point as
text.
Learn how to serialize data from a JSON string in to Dart model classes. This is needed when using REST APIs to download data from the network.
This is an early access release of this book. Stay tuned for this chapter in a future release!
Prev chapter
10.
Shared Preferences
Next chapter
12.
Networking in Flutter