MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / exportToJSON

Function exportToJSON

devtools/modules/exportManager.js:100–103  ·  view source on GitHub ↗
(data, filename)

Source from the content-addressed store, hash-verified

98}
99
100export function exportToJSON(data, filename) {
101 const jsonStr = JSON.stringify(data, null, 2);
102 downloadFile(jsonStr, filename, 'application/json');
103}
104
105export function messagesToCSV(messages, connectionInfo = null) {
106 const headers = ['ID', 'EventType', 'Data', 'LastEventId', 'Timestamp'];

Callers 1

handleExportFunction · 0.70

Calls 1

downloadFileFunction · 0.90

Tested by

no test coverage detected