https://github.com/houarizegai/xmlvsjson
XML vs JSON
https://github.com/houarizegai/xmlvsjson
advanced-xml json json-parser json-xml xml xml-json xml-parser xmlvsjson
Last synced: 15 days ago
JSON representation
XML vs JSON
- Host: GitHub
- URL: https://github.com/houarizegai/xmlvsjson
- Owner: HouariZegai
- License: mit
- Created: 2020-01-28T23:10:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T17:57:42.000Z (over 2 years ago)
- Last Synced: 2025-03-25T06:11:15.141Z (7 months ago)
- Topics: advanced-xml, json, json-parser, json-xml, xml, xml-json, xml-parser, xmlvsjson
- Language: Java
- Size: 81.1 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XML vs JSON
Desktop App demonstrate the comparison between XML and JSON by data size & parsing speed.[](LICENSE)

## Features
- [x] Easy to use
- [x] Deserialize XML to object list
- [x] Deserialize JSON to object list
- [x] Calculate the parsing time (for comparison)## Screenshots
| Main App |
|:-----------:|
|  |## 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.