Skip to content

HouariZegai/XMLvsJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML vs JSON

Desktop App demonstrate the comparison between XML and JSON by data size & parsing speed.

License MIT java 8 badge Open Source Love

Features

  • Easy to use
  • Deserialize XML to object list
  • Deserialize JSON to object list
  • Calculate the parsing time (for comparison)

Screenshots

Main App
screenshot

Requirements

  • Java 8
  • Maven

Installation

  1. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:

    git clone https://github.com/HouariZegai/XMLvsJSON.git
    
  2. Import it in Intellij IDEA or any other Java IDE and let Maven download the libraries used for you.

  3. Run the application :D

Contributing 💡

If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.