Base64 zakodowane dane do obiektu w JavaScript
var actual = JSON.parse(atob(encoded))
Uptight Unicorn
var actual = JSON.parse(atob(encoded))