yajbe 0.9.4 copy "yajbe: ^0.9.4" to clipboard
yajbe: ^0.9.4 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

With Flutter:

 $ flutter 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.4

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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

convert

More

Packages that depend on yajbe