omegastripes / VBA-JSON-parser

Backus-Naur Form JSON Parser based on RegEx for VBA
GNU General Public License v3.0
107 stars 44 forks source link

camelCase #9

Closed omegastripes closed 3 years ago

omegastripes commented 4 years ago

Going to change JSON.bas to more common camelCase from Hungarian notation, what do you think?

* "native" means such built-in object model methods and properties names like .Add, .Copy, .Delete, .Count, .Item, .Parent and many others, which are PascalCase by default.