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
Currently we have to externally buffer the json so that we can provide it as an input to JsonReader, it would be great if we could just decorate a Writer/OutputStream instead.
One use-case would be to provide json filtering as a generic ServletFilter which wraps the ServletOutputStream and applies filtering on the output in place.
The text was updated successfully, but these errors were encountered:
Currently we have to externally buffer the json so that we can provide it as an input to
JsonReader
, it would be great if we could just decorate aWriter
/OutputStream
instead.One use-case would be to provide json filtering as a generic
ServletFilter
which wraps theServletOutputStream
and applies filtering on the output in place.The text was updated successfully, but these errors were encountered: