matijapretnar/eff

JSON database implementation and conversions

Shady-Morsi opened this issue · 3 comments

Does EFF support for JSON conversions. This includes converting files/strings/classes to dictionaries; and dictionaries to json formatted strings ?

No, Eff does not support JSON, neither does it support files, dictionaries, or classes. Did you have any particular application in mind that needs JSON?

not really but i was curious since OCaml has a JSON library aswell you can parse JSON with OCaml

Ah, no, given the limited resources, we keep Eff minimal and develop only features that make interesting combinations with algebraic effects.