JsonUtils icon indicating copy to clipboard operation
JsonUtils copied to clipboard

When A Property Name Starts With Number...

Open abbotn opened this issue 6 years ago • 1 comments

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.

abbotn avatar Mar 23 '18 13:03 abbotn

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

timtitch avatar Feb 20 '20 15:02 timtitch