Hi all,
Here is a working first version (with warts) of a ppxlib to yojson converter,
am still testing it but the hello world is working, I have tried multiple times to get this to work,
and finally settled on the import route to override the type system.
code here:
example snippet
{
"pexp_desc": [
"Pexp_constant",
[
"Pconst_string",
"Hello, World!"
]
]
}