https://github.com/deamondev/simple-json-writer
https://github.com/deamondev/simple-json-writer
http json scala
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deamondev/simple-json-writer
- Owner: DeamonDev
- Created: 2021-09-20T09:50:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T09:58:35.000Z (over 4 years ago)
- Last Synced: 2025-01-16T08:39:37.956Z (about 1 year ago)
- Topics: http, json, scala
- Language: Scala
- Size: 893 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-json-writer
This simple program fetches a JSON with all posts from [https://jsonplaceholder.typicode.com/posts](https://jsonplaceholder.typicode.com/posts), splits it into smaller
jsons and write them (concurently, thanks to CE) into separate files.