OpenHantek / OpenHantek6022

OpenHantek6022 is a DSO software for Hantek USB digital signal oscilloscopes 6022BE / BL. Development OS is Debian Linux, but the program also works on FreeBSD, MacOS, RaspberryPi and Windows. No support for non-Linux related issues unless a volunteer steps in!
GNU General Public License v3.0
867 stars 152 forks source link

Add JSON Exporter #181

Closed h4570 closed 3 years ago

h4570 commented 3 years ago

JSON file support, compatible with RFC 8259 standard. Translated in all languages.

Due to possible code duplication issues, CSV exporter was a bit refactored. I moved out logic which is preparing output-ready data from CSVExporter to ExporterData and used this in JSONExporter

Please, tell me what you think about it.

Ho-Ro commented 3 years ago

Hi Sandro, I like your idea - I will have a deeper look tomorrow.