evagoras
08/29/2023, 7:35 PMevagoras
08/29/2023, 7:36 PM"1"
is converted to a boolean in 2016 and maintained as a string in 2021. This is actually good and an improvement. However, it means many changes in the app that I am upgrading and I am wondering if there is an EASY, lazy man's way out to make the serialization behave like 2016's? This is not using any framework, it's using a simple serializeJSON()
to serve CF structures.
I am aware that I could probably create an aspect for the JSON responses, or use CFC serialization metadata, or change the code, but like I said is there an easy way out to try and implement and run the Unit tests against it, until someone goes through the code properly?nimitsharma
09/02/2023, 2:11 PMevagoras
09/06/2023, 2:30 PM