json_scheme_validator 1.0.3 copy "json_scheme_validator: ^1.0.3" to clipboard
json_scheme_validator: ^1.0.3 copied to clipboard

A utility class to validate json records against a scheme. package has no dependency on other packages, uses plain dart code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_scheme_validator

With Flutter:

 $ flutter pub add json_scheme_validator

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

dependencies:
  json_scheme_validator: ^1.0.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_scheme_validator/json_scheme_validator.dart';
0
likes
140
pub points
29%
popularity

Publisher

unverified uploader

A utility class to validate json records against a scheme. package has no dependency on other packages, uses plain dart code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on json_scheme_validator