chenjianxin / XMLvsJSON

XML vs JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Contact me

Email: houarizegai14@gmail.com
LinkedIn: HouariZegai
Twitter: @HouariZegai

About

XML vs JSON

License:MIT License


Languages

Language:Java 92.6%Language:CSS 7.4%