json_ld 1.0.0-alpha.1 copy "json_ld: ^1.0.0-alpha.1" to clipboard
json_ld: ^1.0.0-alpha.1 copied to clipboard

Heavyweight helpers for building schema.org JSON-LD objects in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_ld

With Flutter:

 $ flutter pub add json_ld

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

dependencies:
  json_ld: ^1.0.0-alpha.1

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:json_ld/json_ld.dart';
0
likes
130
points
104
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Heavyweight helpers for building schema.org JSON-LD objects in Dart.

Repository (GitHub)
View/report issues

Topics

#web #data-format #seo #metadata #json

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on json_ld