Understanding Struct Key-Casing Using SerializeJson() In Lucee 5.3.2.77

added by JavaScript Kicks
7/26/2019 12:20:24 PM

409 Views

Ben Nadel looks at the various ways to affect Struct-key casing during calls to serializeJson() in Lucee CFML 5.3.2.77. Ultimately, the best option is to set the "dot-notation-upper-case" compiler directive to "false", which will allow all Struct-keys to maintain the key-casing as defined within the CFML code itself.


0 comments