roc-json icon indicating copy to clipboard operation
roc-json copied to clipboard

No support for decoding or encoding `Dict`s

Open imclerran opened this issue 9 months ago • 0 comments

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

imclerran avatar May 15 '24 16:05 imclerran