View this message in context: http://cxf.547215.n5.nabble.com/JSONProvider-unable-to-unmarshal-json-containing-list-of-elements-tp5715651p5716150.html Sent from the cxf-user mailing list archive at Nabble.com. jbright 12 years ago Permalink Sergey / Sireesh Do we have a solution for...
I am trying to use a custom struct which implements the json.Unmarshaler interface as a key in a map(map[MyCustomType]bool). This fails when I am trying to use jsoniter but works correctly if I use the standard library json package. Minimal code example to reproduce the issue: package...