GitHub - meta-introspector/ocaml-libppx-import-yojson-introspector: Using libppx, ppx_import, reflect over ast using

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!"
                        ]
]
}

I have gotten the installer fixed up, it is usable now on libppx itself.