in src/rum.js [6:11]
function stringToList(value) { if (value !== "" && value !== undefined){ return JSON.parse(value) } return [] }