Skip to content

MSurmach/json-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON FORMATTER

A simple project for self-educational goal.


Launch instructions:

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.


Project description:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published