json_schema_utils 1.0.0-dev.2 copy "json_schema_utils: ^1.0.0-dev.2" to clipboard
json_schema_utils: ^1.0.0-dev.2 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_utils

This 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.2

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_schema_utils/json_schema_utils.dart';
1
likes
0
points
52
downloads

Publisher

verified publisherindiealexh.com

Weekly Downloads

Utilities for building Json Schema Documents to ensure they are valid and assist with reducing the complexity of creating a schema manually

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on json_schema_utils