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
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.
The text was updated successfully, but these errors were encountered:
dakrone/cheshire#100 has made a backwards incompatible change that requires the
:pretty
option forjson/encode
to be either a boolean, a map, or an instance ofPrettyPrinter
.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.The text was updated successfully, but these errors were encountered: