Datasets
Standard Dataset
XML vs. JSON test code
- Citation Author(s):
- Submitted by:
- Robert Sherratt
- Last updated:
- Thu, 01/11/2024 - 12:10
- DOI:
- 10.21227/8bwz-fj85
- Data Format:
- License:
0 ratings - Please login to submit your rating.
Abstract
JavaScript Object Notation (JSON) and eXtensible Markup Language (XML) are two data serialisation methods that have been compared over many applications including client-server transmission, internet communication, and large-scale data storage. Due to the smaller file size, JSON is faster for transmitting data. However, XML is better for sending complex data structures. This dataport contains C code project to compare performance of XML with JSON, considering factors such as time, memory, and power to identify efficient characteristics of each method.
Instructions:
C code project.