Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 486 Bytes

File metadata and controls

25 lines (18 loc) · 486 Bytes

Java Code Formatter – Free Online Code Formatter Tool

Format unformatted code to proper formatted java code and minify as well

Formats and minify java code

👉 Tool: https://toolshref.com/java-code-formatter-online-free/

Example

Input (sample-input.json)

public class Test { public static void main(String[] args) { System.out.println("Hello World"); } }

public class Test { public static void main(String[] args) { System.out.println("Hello World"); } }