emerald 1.1.1 copy "emerald: ^1.1.1" to clipboard
emerald: ^1.1.1 copied to clipboard

discontinued
SDKDart

Simple json serializer/deserializer for Dart (only JIT, not Flutter).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add emerald
copied to clipboard

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

dependencies:
  emerald: ^1.1.1
copied to clipboard

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:emerald/emerald.dart';
copied to clipboard
4
likes
140
points
40
downloads

Publisher

verified publisherbatykov-gleb.ru

Weekly Downloads

2024.09.17 - 2025.04.01

Simple json serializer/deserializer for Dart (only JIT, not Flutter).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

intl

More

Packages that depend on emerald