export const decodeAndParse = param => JSON.parse(window.atob(param));