Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cranst0n/pj

Dart JSON library
https://github.com/cranst0n/pj

Last synced: 26 days ago
JSON representation

Dart JSON library

Awesome Lists containing this project

README

        

# pj

[![pub package](https://img.shields.io/pub/v/pj.svg?color=blue)](https://pub.dev/packages/pj)
Build Status
codecov
License: MIT

Yet another JSON library build on top of [dartz](https://pub.dev/packages/dartz), loosely inspired by [circe](https://circe.github.io/circe/).

***Use at your own risk. Things are very much still in flux and I'm not concerned about breaking things yet.***

To get a quick sense of what this library provides, please look at the [example](https://github.com/cranst0n/pj/blob/main/example/main.dart). If it seems like something that may be useful to you, check out
the API reference for more combinators.