A library for serializing and deserializing Google Protocol Buffers messages to and from text-based formats such as XML, JSON, and HTML.
<dependency>
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
<version>1.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serialize a protobuf message to JSON string.
Use com.google.protobuf:protobuf-java-util for official JSON support.
No dependency data recorded yet.