Closed
Description
Motivation
I never ever want to emit JSON without the .withoutEscapingSlashes
option, since it drastically reduces readability in JSON payloads where file paths are prevalent.
Proposed solution
Please consider making Converter.encoder
public or providing an option to pass in an array of outputFormatting
flags.
Alternatives considered
No response
Additional information
No response