oj.Marshal fails on embedded interface
Orbsynated opened this issue · 2 comments
Orbsynated commented
oj.Marshal
fails with the following error when called on structs with embedded interface: reflect: NumField of non-struct type <embedded-interface-type>
.
I think this is related to this #71
ohler55 commented
Would you mind putting together a simple test I can use to debug?
ohler55 commented
Are you able to provide an example? If not I'll close this issue.