Closed Orbsynated closed 1 year ago
oj.Marshal fails with the following error when called on structs with embedded interface: reflect: NumField of non-struct type <embedded-interface-type>.
oj.Marshal
reflect: NumField of non-struct type <embedded-interface-type>
I think this is related to this https://github.com/ohler55/ojg/issues/71
Would you mind putting together a simple test I can use to debug?
Are you able to provide an example? If not I'll close this issue.
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 https://github.com/ohler55/ojg/issues/71