Desktop App demonstrate the comparison between XML and JSON by data size & parsing speed.
- Easy to use
- Deserialize XML to object list
- Deserialize JSON to object list
- Calculate the parsing time (for comparison)
Main App |
---|
- Java 8
- Maven
-
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
-
Import it in Intellij IDEA or any other Java IDE and let Maven download the libraries used for you.
-
Run the application :D
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.