Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom en/decoding attributes #106

Open
cemerick opened this issue Oct 7, 2019 · 1 comment
Open

Custom en/decoding attributes #106

cemerick opened this issue Oct 7, 2019 · 1 comment

Comments

@cemerick
Copy link
Contributor

cemerick commented Oct 7, 2019

Deriving's show plugin allows one to use @printer to specify custom printers, e.g. from that README:

type file = {
  name : string;
  perm : int     [@printer fun fmt -> fprintf fmt "0o%03o"];
} [@@deriving show];;

It seems like an analogous ability here would be very useful. e.g. there are other tagged enhancements (e.g. #10, #87) for which @to_yojson/@of_yojson attributes would be reasonable workarounds / solutions.

Does this sound reasonable?

@whitequark
Copy link
Collaborator

Yeah, [@to_yojson]/[@from_yojson] seem fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants