Skip to content

Commit

Permalink
Credits
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed May 18, 2023
1 parent cd0995f commit 66ff68b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ of how to use this library.
Please ensure you select the right parser based on your JSON content. For example, do not use the `jsonStreamPipeline` if
your content is a JSON array. The `jsonStreamPipeline` is for newline separated JSON values. Similarly, do not use the
`jsonArrayStreamPipeline` if your content is newline separated JSON values.

## Credits

This project was heavily inspired by the [circe-fs2](https://github.com/circe/circe-fs2) library.
I wanted to be able to leverage the streaming capabilities of the Jawn parser with the ZIO Streams library directly.

0 comments on commit 66ff68b

Please sign in to comment.