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

Improve handling of fields which begin with a numeral #16

Open
ChimeraCoder opened this issue Jan 24, 2015 · 1 comment
Open

Improve handling of fields which begin with a numeral #16

ChimeraCoder opened this issue Jan 24, 2015 · 1 comment
Labels

Comments

@ChimeraCoder
Copy link
Owner

Just discovered this quirk:

If a JSON object contains the field "3ED", it will be translated to the unexported field _ED. If the object contains both "3ED" and "4ED", both will be translated to unexported fields named _ED (which will fail to compile with the error message duplicate field _ED).

@sarathsp06
Copy link

This looks fixed , @ChimeraCoder please do confirm that or revert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants