@clysema/jsonload Removes all spaces from a string. Install $ npm install @clysema/jsonload Usage const jsonload = require("@clysema/jsonload"); (async () => { try { const test = await jsonload("./test.json") } catch (e) { console.log(e); } })();