json_error_clarity 0.2.0 copy "json_error_clarity: ^0.2.0" to clipboard
json_error_clarity: ^0.2.0 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_error_clarity

With Flutter:

 $ flutter pub add json_error_clarity

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

dependencies:
  json_error_clarity: ^0.2.0

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_error_clarity/json_error_clarity.dart';
1
likes
160
points
116
downloads

Documentation

API reference

Publisher

verified publisherkhokan.me

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, json_annotation, meta, path

More

Packages that depend on json_error_clarity