Has anyone done work on serialising/deserialising data to share between elm and js code generated from ocaml or f#? Json does not seem like the optimal way to do it, because there's an impedance mismatch between the datatypes in both languages. I tried googling around for serialisation formats specifically meant to share data between ML-like languages, but didn't find anything.
If someone has a library to make converting sum-and-product data structures to/from json easier (ideally via some sort of declarative spec), that would do nicely too. martin -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
