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

Handle JSON with unkown field whose value is empty list. Add unittest… #41

Closed kskalski closed 7 years ago

kskalski commented 7 years ago

… for parsing unknown fields with JsonFormat.

corehacker commented 6 years ago

@bivas Can you release the latest version to maven? Thanks!

bivas commented 6 years ago

@scr Can you create a new release please?