Skip to content

Simple way to dynamically convert from and to JSON using build-time generators given a type.

Notifications You must be signed in to change notification settings

FlutterDevTools/simple_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides source_gen Generators to create code for JSON serialization and de-serialization.

simple_json

The core package providing Generators for JSON-specific tasks.

Import it into your pubspec dev_dependencies: section.

simple_json_mapper

The package providing serialization helpers and annotations.

Import it into your pubspec dependencies: section.