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 ScryfallAPIBinding-1.11.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
forohfor.scryfall.api
├─ forohfor.scryfall.api.Card.class - [JAR]
├─ forohfor.scryfall.api.CardFace.class - [JAR]
├─ forohfor.scryfall.api.CardReference.class - [JAR]
├─ forohfor.scryfall.api.JSONUtil.class - [JAR]
├─ forohfor.scryfall.api.MTGCardQuery.class - [JAR]
├─ forohfor.scryfall.api.Set.class - [JAR]
forohfor.scryfall.example
├─ forohfor.scryfall.example.ListExample.class - [JAR]
├─ forohfor.scryfall.example.SearchExample.class - [JAR]
├─ forohfor.scryfall.example.SetExample.class - [JAR]
├─ forohfor.scryfall.example.SimpleExample.class - [JAR]