static parse(value, options) {
      value = value.string();
      if (value === null) {
        return value;
      }