Quote Originally Posted by dilettante View Post
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>