Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FieldNameMatching decode option. #433

Merged

Commits on Nov 3, 2023

  1. Add FieldNameMatching decode option.

    When decoding a CBOR map into a Go struct, FieldNameMatching controls how string
    keys are matched to struct fields in the destination struct and allows users to
    require case-sensitive matches. The default value of this option preserves the
    existing behavior, which prefers case-sensitive matches but will fall back to a
    case-insensitive match.
    
    Signed-off-by: Ben Luddy <bluddy@redhat.com>
    benluddy committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9e247e0 View commit details
    Browse the repository at this point in the history