deprecatedLegacyJsonFieldConflicts

    Enable the legacy handling of JSON field name conflicts. This lowercases and strips underscored from the fields before comparison in proto3 only. The new behavior takes json_name into account and applies to proto2 as well.

    descriptor.pb.swift:1516
    var deprecatedLegacyJsonFieldConflicts: Bool { get set }

    This should only be used as a temporary measure against broken builds due to the change in behavior for JSON field name conflicts.

    TODO This is legacy behavior we plan to remove once downstream teams have had time to migrate.

    NOTE: This field was marked as deprecated in the .proto file.

    Other members in extension

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members

    Show implementation details (1)

    Hide implementation details