Skip to content

Generates Dart built_value classes from given JSON.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENCE
Unknown
COPYING
Notifications You must be signed in to change notification settings

glacion/json2builtvalue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2builtvalue

Generates Dart built_value classes from given JSON String.

Examples:

json2builtvalue -h
json2builtvalue -n todo -i todo.json -o todo.dart
echo '{
  "userId": 1,
  "id": 1,
  "title": "delectus aut autem",
  "completed": false
}' | dart bin/main.dart -n todo

Based on json2builtvalue

About

Generates Dart built_value classes from given JSON.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENCE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages