jsafe 1.1.3 copy "jsafe: ^1.1.3" to clipboard
jsafe: ^1.1.3 copied to clipboard

Automated CLI model generator + safe JSON parsing + json_serializable converters for Dart/Flutter.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jsafe

Use it

The package has the following executables:

$ jsafe

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jsafe

With Flutter:

 $ flutter pub add jsafe

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

dependencies:
  jsafe: ^1.1.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:jsafe/jsafe.dart';
7
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Automated CLI model generator + safe JSON parsing + json_serializable converters for Dart/Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, json_annotation, meta, path

More

Packages that depend on jsafe