Gives a detailed explanation of working with simple and complex JSON structures using dart:convert library in Flutter along with a sample project with 6+ examples to experiment with.
Read the Medium article here
- Simple map
- Simple structure with arrays
- Simple nested structures
- Nested structure with Lists
- List of maps
- Complex nested structures
- Simple structure with Nested Maps [parsed using json_serializable library]