Skip to content

Provide a Writer decorator to support streaming better #1

Description

@leonard84

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions