Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.24 KB

File metadata and controls

38 lines (21 loc) · 1.24 KB

RawData_To_JSON_Converter

This Spring Boot project, developed in Java with Thymeleaf, features a dynamic form that captures various content. Upon form submission, the entered data is converted to JSON format. The project utilizes a method to save this JSON data to a text file named "data.txt" in the project directory. The implementation leverages the Files API for efficient file handling and provides feedback upon successful saving.

http://localhost:8081/

img.png

Multiple Question in single form.

img_1.png

Multiple Content on single form

img_2.png

Multiple topic on single form

img_3.png

Full form with data

img_5.png

Final result

img_6.png

You can use any formatter to check this json data

img_8.png

And finally a file with json data called data.txt on project directory

img_7.png