json_java_converter 0.3.1 copy "json_java_converter: ^0.3.1" to clipboard
json_java_converter: ^0.3.1 copied to clipboard

outdatedDart 1 only

A library for typed conversion between Java objects, serialized to Json, and native Dart objects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_java_converter

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

dependencies:
  json_java_converter: ^0.3.1

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:json_java_converter/json_java_converter.dart';
0
likes
25
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A library for typed conversion between Java objects, serialized to Json, and native Dart objects.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

code_transformers, dart_style

More

Packages that depend on json_java_converter