Base64 codierte Daten zum Objekt in JavaScript

var actual = JSON.parse(atob(encoded))
Uptight Unicorn