bijection
bijection copied to clipboard
bijection-protobuf + JSON
Check out this JSON<->Protobuf conversion package: https://github.com/turn/shapeshifter Would be neat to have a Bijection that wrapped this.
Awesome. We have a json injection for thrift here that we could use as a model:
https://github.com/twitter/bijection/blob/develop/bijection-thrift/src/main/scala/com/twitter/bijection/thrift/ThriftCodecs.scala#L85
Should be fairly short. Want to take this one on?
I don't actually have a need for it right now but if I do, I will :)