amnaredo / test

0 stars 0 forks source link

Support new Google protocol buffers canonical json mapping #190

Open amnaredo opened 2 years ago

amnaredo commented 2 years ago

Google's new protobuf version supports canonical encoding in json. https://developers.google.com/protocol-buffers/docs/proto3#json

Can we support that here or would we make it a separate project? I thought it would be really nice to have, upickle, a json library that works with ScalaJs support ScalaPB.

Right now ScalaPB doesn't seems to have support from any libraries that work with scalaJs: http://trueaccord.github.io/ScalaPB/json.html

ID: 173 Original Author: LogicalTime

amnaredo commented 2 years ago

Bug bankruptcy Original Author: lihaoyi