pdata 1.0.0 copy "pdata: ^1.0.0" to clipboard
pdata: ^1.0.0 copied to clipboard

A reader/writer for JSON, YAML, and TOML config files, in pure Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdata

With Flutter:

 $ flutter pub add pdata

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

dependencies:
  pdata: ^1.0.0

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:pdata/pdata.dart';
0
likes
160
points
75
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reader/writer for JSON, YAML, and TOML config files, in pure Dart.

Repository (GitHub)
View/report issues

Topics

#json #yaml #toml

License

MIT (license)

More

Packages that depend on pdata