saiharsha-22 / XmlToJson

SpringBoot Project Converting XML to JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringBoot

A Parser tool which actually tries to convert XML data into JSON data

Tools Required

  • Postman (Testing API's)
  • IDE - Eclipse / NetBeans/ Inteliji
  • SpringToolSuite (Recommended)
  • Web Server (Recommended Apache TomCat)

Steps to be followed are as follows:

  1. Make sure you have installed all the required to run this project in your local machine.
  2. Now clone the repository using the command shown below:
    git clone "repository_path"
    
  3. Now you can open your favourite IDE, to import the cloned project into the IDE.
  4. If you are importing your project into Eclipse, Netbeans, or Inteliji. Make sure you have STS(Spring Tool Suite) extension / plugin to it.
  5. Now you are good to go , to Start the project in your favourite IDE(recommended STS)by running the project as
    • maven build
    • run as springboot app
  6. Once the project is running successfully now you can input any xml data format and test click on generate it will display you the Json data. Screenshot (1657) Screenshot (1659) Screenshot (1658)

About

SpringBoot Project Converting XML to JSON


Languages

Language:Java 84.0%Language:HTML 8.4%Language:CSS 7.6%