View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window immutable-json-codec-7.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.hamnaberg.json.codec
├─ net.hamnaberg.json.codec.Callables.class - [JAR]
├─ net.hamnaberg.json.codec.Codecs.class - [JAR]
├─ net.hamnaberg.json.codec.DecodeJson.class - [JAR]
├─ net.hamnaberg.json.codec.DecodeResult.class - [JAR]
├─ net.hamnaberg.json.codec.Decoders.class - [JAR]
├─ net.hamnaberg.json.codec.DefaultJsonCodec.class - [JAR]
├─ net.hamnaberg.json.codec.EncodeJson.class - [JAR]
├─ net.hamnaberg.json.codec.Encoders.class - [JAR]
├─ net.hamnaberg.json.codec.FieldDecoder.class - [JAR]
├─ net.hamnaberg.json.codec.FieldEncoder.class - [JAR]
├─ net.hamnaberg.json.codec.IdIso.class - [JAR]
├─ net.hamnaberg.json.codec.Iso.class - [JAR]
├─ net.hamnaberg.json.codec.JsonCodec.class - [JAR]
├─ net.hamnaberg.json.codec.NamedJsonCodec.class - [JAR]
├─ net.hamnaberg.json.codec.SumTypeCodec.class - [JAR]