Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i10416/fjp4s

naive functional json parser in Scala 3
https://github.com/i10416/fjp4s

json scala

Last synced: 3 months ago
JSON representation

naive functional json parser in Scala 3

Awesome Lists containing this project

README

        

やさしい Scala ~Json ライブラリ の実装をなぞりながら Scala 3 と関数型プログラミングの初歩を学ぶ~ (https://zenn.dev/110416/books/a94a86a2c696d1) のレポジトリです.

文章がわかりにくかったときの参考にしてください. 感想・質問は zenn のコメントか筆者 Twitter [@110416](https://twitter.com/by110416) までお願いします.

## fjp4s
Naive functional json parser for Scala 3.

### Install

WIP

```scala
"..." %% "..." % version
```

### Usage

大まかな挙動は argonaut.io と fjp4s/shared/test 以下を見てください.