dakrone/cheshire#100 has made a backwards incompatible change that requires the :pretty option for json/encode to be either a boolean, a map, or an instance of PrettyPrinter.
But yada.media-type/string->media-type does not convert any properties from strings except for the quality. Meaning, the "pretty" parameter will be a string "true". In this case, cheshire just ignores the :pretty option altogether.
dakrone/cheshire#100 has made a backwards incompatible change that requires the
:prettyoption forjson/encodeto be either a boolean, a map, or an instance ofPrettyPrinter.But
yada.media-type/string->media-typedoes not convert any properties from strings except for the quality. Meaning, the"pretty"parameter will be a string"true". In this case, cheshire just ignores the:prettyoption altogether.