Modell JSON Laravel Accessor zu Array konvertieren

public function getBalanceAttribute($value)
{
    return json_decode($value);
}
Excited Elephant