I have a data struct being stored in JSON format, converted using the serializeJSON function. The problem I am running into is that strings that can be boolean in CF such as
Adding an extra space in the string to prevent it from being converted to boolean, then trim at a later stage.