Object: function(value) {
    var dict = {};
    Object.keys(value).forEach(function(key) {
      dict[key] = formatter.Value(value[key]);
    });