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

Allow for custom struct tags such as json. #1018

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Commits on Feb 7, 2024

  1. Allow for custom struct tags such as json.

    This is useful when using structs from 3rd-party packages which almost certainly only have `json` tags and not `yaml` tags.
    
    This implementation does not change the default behavior for only looking for `yaml` tags, but allows the user to specify a list of tags to consider such as []string{"yaml", "json"} in an encoder or decoder.
    naquin committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8f75d2a View commit details
    Browse the repository at this point in the history