4
votes
5answers
465 views
Anyone have issues going from ColdFusion’s serializeJSON method to PHP’s json_decode?
The Interwebs are no help on this one. We're encoding data in ColdFusion using serializeJSON and trying to decode it in PHP using json_decode. Most of the time, this is working fin …
