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

Analysis server plugin to enforce json_coder compatible structures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_parser_linter

With Flutter:

 $ flutter 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.4

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_parser_linter/json_parser_linter.dart';
0
likes
140
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Analysis server plugin to enforce json_coder compatible structures.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on json_parser_linter