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

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

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
35
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

License

BSD-2-Clause (license)

Dependencies

html

More

Packages that depend on jsonml