bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
152 stars 97 forks source link

proto3 JSON mapping support #22

Open lnr0626 opened 8 years ago

lnr0626 commented 8 years ago

I'm using this with proto3 syntax, and it's working well (thanks for all the work you've put into it). With proto3, they've introduced a canonical encoding into JSON. Do you have plans to support this when using proto3?

paulvi commented 7 years ago

Was there any progress on this?

melloware commented 7 years ago

Is this fork dead? I am seeing no activity and no merging of pull requests?

bivas commented 7 years ago

Unfortunately, we can't put a lot of effort and we relay mostly on user PRs. If you wish to support it - please issue a pull request to address it.