JSON FORMATTER
A simple project for self-educational goal.
Build war by "mvn package" and move the built war package to the "webapps" directory in your Tomcat installation directory. Run application as localhost:"your port" in your web browser.
An app gets a JSON format as plain text and converts it by selected style ("Compact" - one line formatting, "Spaced" - multiline formatting with tabulation). The app gets only valid json.
The project has a backend part with a pure Java Core (jdk 11), servlets for processing HTTP requests. Also this app has a very simple frontend part (JSP, css, pure javascript)
Servlet's container role - Tomcat 9