Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agilord/json_converter

JSON converters for package:json_serializable
https://github.com/agilord/json_converter

Last synced: 2 months ago
JSON representation

JSON converters for package:json_serializable

Awesome Lists containing this project

README

        

**JSON converters for [`package:json_serializable`](https://pub.dev/packages/json_serializable).**

Converters for `Uint8List` (bytes):
- `Uint8ListBase64Converter` (base64, non-nullable)
- `NullableUint8ListBase64Converter` (base64, nullable)