|
-
Mar 31st, 2021, 01:14 PM
#10
Re: [VB6/VBA] JSON parsing to built-in VBA.Collections
 Originally Posted by dilettante
One snag with this is that Collection keys are case-insensitive, but JSON property names are case-sensitive. The same JSON object can have a property named "abc" and another named "Abc" which causes a collision in a Collection.
True but there is no API interface designer in his right mind that would distinguish object keys of the API structures on case, so I really like how JsonItem is forgiving on case-sensitivity. It just works even when you are sloppy with the keys or the documentation is slightly wrong!
And then SQL and COBOL developers just like to type all JSON keys in uppercase -- go figure :-))
cheers,
</wqw>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|