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 json_tags_id_camelcase configuration option #2325

Merged
merged 2 commits into from
Jun 21, 2023

Commits on Jun 14, 2023

  1. Add json_tags_id_camelcase configuration option

    If json_tags_id_camelcase is true, "ID" in json tags will be camelcase.
    If false, will be uppercase. Defaults to `false`
    jwc-clinnection committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    67647a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. json_tags_id_uppercase

    If true, "Id" in json tags will be uppercase. If false, will be camelcase. Defaults to `false`
    jwc-clinnection committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    acd322f View commit details
    Browse the repository at this point in the history