jsonml 0.1.4 copy "jsonml: ^0.1.4" to clipboard
jsonml: ^0.1.4 copied to clipboard

outdatedDart 1 only

Library for converting to and from JsonML.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jsonml

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

dependencies:
  jsonml: ^0.1.4

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:jsonml/html2jsonml.dart';
import 'package:jsonml/html5lib2jsonml.dart';
import 'package:jsonml/jsonml2dom.dart';
import 'package:jsonml/jsonml2html5lib.dart';
4
likes
0
pub points
32%
popularity

Publisher

unverified uploader

Library for converting to and from JsonML.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

browser, html5lib

More

Packages that depend on jsonml