mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Morgan
3b67c60274
|
12 months ago | |
---|---|---|
.. | ||
README.md | 12 months ago |
README.md
jsonexample
sample retired
The jsonexample
sample has reached the end of it's useful life. It was great code
when it has written, but the world has changed. Dart 3 introduced Patterns and
records. There is also various JSON parsing tools like json_serializable
.
For further information, please see:
- The Dive into Dart's patterns and records codelab for a deep dive into Dart 3's patterns and records with an application to parsing JSON
- The Flutter.dev documentation on JSON and serialization