ppx_deriving_yojson icon indicating copy to clipboard operation
ppx_deriving_yojson copied to clipboard

Port to ppxlib registration and attributes

Open sim642 opened this issue 2 years ago • 0 comments

Analogous to https://github.com/ocaml-ppx/ppx_deriving/pull/263. This doesn't necessarily depend on that PR, but some of the same criticism applies.

~~In particular the point about [%derive.to_yojson: ...] and [%derive.of_yojson: ...] being unsupported through ppxlib directly. According to sherlocode, only ocurrent uses one of these.~~ Nevermind, the support can be preserved using a custom extension.

sim642 avatar Jul 19 '22 14:07 sim642