I recently found out when working on the rest-api exercise on exercism that roc's Encoding
ability does not work for Dict
s.
Is it planned to implement this?
p.s. If someone can help me solve the rest-api exercise without it in the meantime, let me know :sweat_smile:
Tracking issue: https://github.com/roc-lang/roc/issues/5294
For the exercise @Aurélien Geron worked around this by doing the json encoding manually
Thanks!
For now I'll do it manually as well then
In case you get stuck, here is the full solution.
Last updated: Jul 05 2025 at 12:14 UTC