Description
S-expression serializers and parsers can be generated from OCaml type definitions. This helps developers keep structured text conversion aligned with the data types used by the program.
It is a PPX code-generation extension. It is commonly used by projects in the Jane Street OCaml ecosystem.