json_parser_linter 1.0.1 copy "json_parser_linter: ^1.0.1" to clipboard
json_parser_linter: ^1.0.1 copied to clipboard

Analysis server plugin to enforce json_parser compatible structures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_parser_linter

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

dependencies:
  json_parser_linter: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:json_parser_linter/json_parser_linter.dart';
0
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Analysis server plugin to enforce json_parser compatible structures.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analysis_server_plugin_core, analyzer, dart_functionals, json_parser_annotations, meta, path, yaml

More

Packages that depend on json_parser_linter