serde-ml / serde

Serialization framework for OCaml
MIT License
174 stars 11 forks source link

feat(serde): rewrite with a simpler model #8

Closed leostera closed 8 months ago

leostera commented 9 months ago

This PR rewrites Serde to use a much simpler model that:

On top of this, we've rewritten the JSON format module and managed to get:

and have roundtrip tests for all of them.