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 wjson-core_3-0.3.0-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
wjson
├─ wjson.ADTMapping.class - [JAR]
├─ wjson.CollectionMapping.class - [JAR]
├─ wjson.JsValue.class - [JAR]
├─ wjson.JsValueMapper.class - [JAR]
├─ wjson.Json5Interpolation.class - [JAR]
├─ wjson.Json5Parser.class - [JAR]
├─ wjson.JsonInterpolation.class - [JAR]
├─ wjson.JsonParser.class - [JAR]
├─ wjson.NativeMapping.class - [JAR]
├─ wjson.OptionMapping.class - [JAR]
├─ wjson.ParserInput.class - [JAR]
├─ wjson.PrimitiveMapping.class - [JAR]
wjson.macros
├─ wjson.macros.ADTMappingMacro.class - [JAR]
├─ wjson.macros.ArrayGenerator.class - [JAR]
├─ wjson.macros.ListGenerator.class - [JAR]
├─ wjson.macros.OptionGenerator.class - [JAR]
├─ wjson.macros.OrTypeGenerator.class - [JAR]
├─ wjson.macros.ProductGenerator.class - [JAR]
├─ wjson.macros.SeqGenerator.class - [JAR]
├─ wjson.macros.SetGenerator.class - [JAR]
├─ wjson.macros.SumGenerator.class - [JAR]
├─ wjson.macros.VectorGenerator.class - [JAR]