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

When A Property Name Starts With Number... #28

Open
abbotn opened this issue Mar 23, 2018 · 1 comment
Open

When A Property Name Starts With Number... #28

abbotn opened this issue Mar 23, 2018 · 1 comment

Comments

@abbotn
Copy link

abbotn commented Mar 23, 2018

When a property starts with a number, VB complains in the class.
For VB, when a property starts with a number, prefix the name with '_' underscore.

Example of URL with property starting with number:
https://api.coinmarketcap.com/v1/ticker/bitcoin/

Thanks.

@timtitch
Copy link

Hi
Run across the same problem today when generating c# from
"70pc_range": [
125000,
200000
],
"80pc_range": [
115000,
207500
],
"90pc_range": [
97000,
225000
],
"100pc_range": [
56000,
310000
],

Cheers

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

No branches or pull requests

2 participants