JSONItem.CaseSensitive
From Xojo Documentation
Property (As Boolean )
aJSONItem.CaseSensitive = newBooleanValue
or
BooleanValue = aJSONItem.CaseSensitive
New in 2011r2
Supported for all project types and targets.
or
BooleanValue = aJSONItem.CaseSensitive
New in 2011r2
Supported for all project types and targets.
If True, the JSONItem is case-sensitive. The default is False. The one caveat is that keys are not readable in the debugger when they are set to case-sensitive, but this will be fixed in a future release.