Cavan Vannice
02/15/2022, 8:24 PMstructAppend(key,{"field": null}); and it gives me Variable NULL is undefined. I am trying to get "field": null I tried enabling NULL at the application level, it didn't work. Any help would be appreciated, thanks.Cavan Vannice
02/15/2022, 8:32 PMjavaCast( "null", 0 ) Seems to be the solution.Daniel Mejia
02/15/2022, 8:35 PMDaniel Mejia
02/15/2022, 8:35 PMDaniel Mejia
02/15/2022, 8:35 PMCavan Vannice
02/15/2022, 8:36 PMDaniel Mejia
02/15/2022, 8:36 PMMyka Forrest
02/15/2022, 8:37 PMCavan Vannice
02/15/2022, 8:38 PMDaniel Mejia
02/15/2022, 8:39 PMDaniel Mejia
02/15/2022, 8:48 PMthis.enableNullSupport = true; in a function of your Application.cfc?Cavan Vannice
02/15/2022, 8:52 PMonAppInit function of Coldbox and then reinit the app. I could probable just set it server wide, but the javacast seems to have resolved itDaniel Mejia
02/15/2022, 8:54 PMDaniel Mejia
02/15/2022, 8:54 PMDaniel Mejia
02/15/2022, 9:09 PM