roc-json
roc-json copied to clipboard
No support for decoding or encoding `Dict`s
Json does not currently implement EncoderFormatting
or DecoderFormatting
for the Dict
type.
EDIT:
Upon further investigation, I see Encode.EncoderFormatting
also does not have support for the dict type, so this would be blocked on adding support for Dict to EncoderFormatting / DecoderFormatting - roc issue ~~6752~~ 5294