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

fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase #3747

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

Conversation

Lingkar
Copy link

@Lingkar Lingkar commented Dec 15, 2024

I was having trouble with the json_tags_id_uppercase config with the pascal json tag style.

When the json_tags_id_uppercase is set to false I expected the json output to be:
user_id -> UserId , however resulted in UserID
id -> Id , however resulted in ID

If my undertanding of the config was incorrect, please let me know.

@Lingkar Lingkar changed the title Add json_tags_id_uppercase functionality to the JSON style PascalCase Fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase Dec 16, 2024
@Lingkar Lingkar changed the title Fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant