VBA-tools / VBA-JSON

JSON conversion and parsing for VBA
MIT License
1.74k stars 565 forks source link

fix for parse blowing up on mixed case booleans #232

Open SmokeRaven667 opened 2 years ago

SmokeRaven667 commented 2 years ago

We had a situation where the json we needed to parse was being returned with mixed case booleans. That's not proper json of course, but due to complex integrations etc etc we needed the vba json lib to be be tolerate of mixed case booleans. Submitting PR in case this ever affects someone else and the tweak does not alter base functionality.