JSON

This dataset contains detailed technical specifications and market pricing information for power electronic components, specifically MOSFETs and IGBTs from two manufacturers: Hitachi and Wolfspeed. The data was collected through two main methods: manual upload of technical specifications in XML format from the manufacturers' official websites, and real-time market price aggregation using web scraping techniques from the Octopart platform, facilitated by Nexar APIs.

Categories:
53 Views

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. 

Categories:
64 Views