/** {@inheritDoc} */
  @Override
  protected void beforeParse() {
    super.beforeParse();

    properties = new ArrayList<JSONMetaDataObject>();
  }