Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/i10416/fjp4s
- Owner: i10416
- Created: 2021-06-25T06:56:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:46:52.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:56:12.891Z (almost 2 years ago)
- Topics: json, scala
- Language: Scala
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 以下を見てください.