JsonSerializer.cfc icon indicating copy to clipboard operation
JsonSerializer.cfc copied to clipboard

A JavaScript Object Notation (JSON) serialization utility for ColdFusion.

Results 8 JsonSerializer.cfc issues
Sort by recently updated
recently updated
newest added

Hi, Ben I had reason to try your JSON Serializer yesterday. Came in handy with an issue on CF 11-- so thank you. I think there might be a minor...

I am testing your CFC by throwing it curved balls. eg s = { a = "abc", b = javaCast('null', 0), c = "123" }; This threw an error at...

I want to resolve #3 to allow for serialization to epoch-based date/time format.

I want to resolve #4 to prevent String values "YES" and "NO" from being converted to Boolean.

Hello, I need to load the keys dynamically so I would loop over a struct to get the keys to load. But I could have the same key at multiple...

We found a bug. If a string has a value "NO" what is ISO code of Norwegian it get's converted to "false". This is not correct and should be kept...

Right now, all dates are returned in TZ format (ISO 8601). Add a flag that allows dates to be returned as epoch-milliseconds.

enhancement

Right now, the component is hard-coded to serialize queries as arrays-of-structs. However, the default serialization of queries in ColdFusion is to create a struct-of-arrays (ie, each column is an array)....

enhancement