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

outdated

Library for converting to and from JsonML. Can display JsonML in the DOM and can convert JsonML to and from HTML representations.

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.8

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
31%
popularity

Publisher

unverified uploader

Library for converting to and from JsonML. Can display JsonML in the DOM and can convert JsonML to and from HTML representations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html

More

Packages that depend on jsonml