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 json-formatter-validator-2.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mariazevedo88.jfv.model
├─ io.github.mariazevedo88.jfv.model.CustomJSON.class - [JAR]
io.github.mariazevedo88.jfv
├─ io.github.mariazevedo88.jfv.JsonFormatterValidatorApplication.class - [JAR]
io.github.mariazevedo88.jfv.service
├─ io.github.mariazevedo88.jfv.service.CustomJSONFormatter.class - [JAR]
├─ io.github.mariazevedo88.jfv.service.CustomJSONValidatorFilters.class - [JAR]
io.github.mariazevedo88.jfv.enumeration
├─ io.github.mariazevedo88.jfv.enumeration.DelimitersEnum.class - [JAR]