Hi, Depending on the version of CF you are using you can make CFC return JSON easily
Either specify returnFormat=“JSON” in the method or append returnformat=json to the URL query string, CF then handles all of the conversation for you, that may be an easier way to go. Thanks, Justin
