json_schema_utils 1.0.0-dev.14
json_schema_utils: ^1.0.0-dev.14 copied to clipboard
Utilities for building Json Schema Documents to ensure they are valid and assist with reducing the complexity of creating a schema manually
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add json_schema_utilsWith Flutter:
$ flutter pub add json_schema_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
json_schema_utils: ^1.0.0-dev.14Alternatively, 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_schema_utils/json_schema_utils.dart';