Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cranst0n/pj
Dart JSON library
https://github.com/cranst0n/pj
Last synced: 26 days ago
JSON representation
Dart JSON library
- Host: GitHub
- URL: https://github.com/cranst0n/pj
- Owner: cranst0n
- License: mit
- Created: 2021-11-18T21:46:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T17:13:43.000Z (over 2 years ago)
- Last Synced: 2024-10-03T15:13:31.749Z (about 1 month ago)
- Language: Dart
- Size: 1.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pj
[![pub package](https://img.shields.io/pub/v/pj.svg?color=blue)](https://pub.dev/packages/pj)
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.