json_annotation_tools 0.1.7 copy "json_annotation_tools: ^0.1.7" to clipboard
json_annotation_tools: ^0.1.7 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 Flutter:

 $ flutter pub add json_annotation_tools

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

dependencies:
  json_annotation_tools: ^0.1.7

Alternatively, your editor might support 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
140
points
54
downloads

Publisher

verified publisherkhokan.me

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, build, flutter, json_annotation, meta, path, source_gen

More

Packages that depend on json_annotation_tools