yaml2json 1.0.1 copy "yaml2json: ^1.0.1" to clipboard
yaml2json: ^1.0.1 copied to clipboard

yaml2json converter library and command line tool

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yaml2json

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

dependencies:
  yaml2json: ^1.0.1

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:yaml2json/yaml2json.dart';
0
likes
15
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

yaml2json converter library and command line tool

Homepage

License

unknown (license)

Dependencies

args, yaml

More

Packages that depend on yaml2json