jar

io.github.zabuzard.prototojson : prototojson

Maven & Gradle

Feb 13, 2021
3 stars

ProtoToJson · ProtoToJson is a tool to decode and view binary protobuf messages as readable JSON.

Table Of Contents

Latest Version

Download io.github.zabuzard.prototojson : prototojson JAR file - Latest Versions:

All Versions

Download io.github.zabuzard.prototojson : prototojson JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window prototojson-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.zabuzard.prototojson.app

├─ io.github.zabuzard.prototojson.app.AppMain.class - [JAR]

io.github.zabuzard.prototojson.api

├─ io.github.zabuzard.prototojson.api.DescriptorCache.class - [JAR]

├─ io.github.zabuzard.prototojson.api.NoDescriptorFoundException.class - [JAR]

├─ io.github.zabuzard.prototojson.api.ProtoToJson.class - [JAR]

├─ io.github.zabuzard.prototojson.api.UncheckedDescriptorValidationException.class - [JAR]

├─ io.github.zabuzard.prototojson.api.UncheckedInvalidProtocolBufferException.class - [JAR]