for (var key in post_array) {
  if (!post_array.hasOwnProperty(key)) {
    continue;
  }
  postDefineCallback(dispatcher, key, post_array[key]);