You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the AsyncParser but I couldn't figure out how to get anything out other than a single jsobject as defined by my AST (in this case Play JSON).
I found jawn-fs2, this module provide jawn async parser binding to fs2 stream, which provide a functional abstraction over streaming, also I quickly inspect its code, seems it doesn't require too much work to bind, so I assume it should be relatively easy to bind to other streaming library if you have a prefer.
I have tried to use the
AsyncParser
but I couldn't figure out how to get anything out other than a singlejsobject
as defined by my AST (in this case Play JSON).Assume I have something like:
How can I get it so that each call to
absorb
will return zero or more elements?The text was updated successfully, but these errors were encountered: