JsonUtils
JsonUtils copied to clipboard
When A Property Name Starts With Number...
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.
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