json_annotation_tools 0.1.3 copy "json_annotation_tools: ^0.1.3" to clipboard
json_annotation_tools: ^0.1.3 copied to clipboard

Transform cryptic JSON parsing errors into crystal-clear, actionable error messages. Perfect companion to json_annotation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_annotation_tools

With Flutter:

 $ flutter pub add json_annotation_tools

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  json_annotation_tools: ^0.1.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_annotation_tools/json_annotation_tools.dart';
2
likes
0
points
50
downloads

Publisher

verified publisherkhokan.me

Weekly Downloads

Transform cryptic JSON parsing errors into crystal-clear, actionable error messages. Perfect companion to json_annotation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, flutter, json_annotation, meta, source_gen

More

Packages that depend on json_annotation_tools