Curtis
Member since Jun 1, 2009
- Profile: /members/3510-curtis.htm
- Comments: 1
Recent Blog Comments By Curtis
-
Learning ColdFusion 8: Javascript Object Notation (JSON) Part I - Data Conversion
Posted on Jun 1, 2009 at 1:20 AM
I have found that if you create a structure key by using "associative array notation" rather than "Object.property notation" then you can get the key in its original case. So, options.lowercase = "not really lower case" ; will get you {"LOWERCASE":"not really lower case"} while options["lowercase"] ... read more »