Closed rsoeldner closed 1 month ago
Looks good. A couple of comments:
foldArray isn't really a fold. It's doing a map of f across the array (actually a list) and then revealing the resulting list. So I am not quite sure what to call the entry point.
We could think about changing the Json.sig
file to make the json type abstract. Would then need an entry point isNull
.
add basic functionality for working with json @konrad-slind, what do you think?