export const outputRawData = (strData) => { const data = JSON.parse(strData); return JSON.stringify(data, null, 2); };