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

With Flutter:

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

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

Documentation

API reference

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

Homepage
Repository (GitHub)
View/report issues

Topics

#json #json-schema #jsonschema #schema

License

BSD-3-Clause (license)

Dependencies

json_schema

More

Packages that depend on json_schema_utils