yajbe 0.9.2 copy "yajbe: ^0.9.2" to clipboard
yajbe: ^0.9.2 copied to clipboard

YAJBE is a compact binary data format built to be a drop-in replacement for JSON (JavaScript Object Notation).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yajbe

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

dependencies:
  yajbe: ^0.9.2

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

Publisher

unverified uploader

Weekly Downloads

YAJBE is a compact binary data format built to be a drop-in replacement for JSON (JavaScript Object Notation).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert

More

Packages that depend on yajbe