in source/console/src/Components/Create/Create.js [109:115]
parseJson(str) { try { return JSON.parse(str); } catch (err) { return false; } }