Tip: Native case-sensitive Dictionary

UPDATE: With API 2, you can do the same:

var caseSensitiveDict as Dictionary = ParseJSON( "{}" ) 
3 Likes