Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8711011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:46:20+00:00 2026-06-13T04:46:20+00:00

I am trying to output a query object as JSON. I found some code

  • 0

I am trying to output a query object as JSON. I found some code that suggested using the ColdFusion cfscript tag along with the serializeJSON function:

<cfscript>
  theJSON = SerializeJSON(queryObj);
  writeOutput(theJSON);
</cfscript>

This works to create JSON from the query object. However at the end of the outputted json is an xml comment is always appended like this:

{"COLUMNS":["ID","VALUE"],"DATA":[["12345","abcd"]]} <!-- 113760 -->

The number inside the xml comment always being randomly generated. Because this is xml it is not valid json. I would like to get rid of it but I am not sure how. Any ideas why this xml is showing up or how I can get rid of it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:46:22+00:00Added an answer on June 13, 2026 at 4:46 am

    Most likely you have something else outputting that comment. Make a separate file with a query and the code you posted. Run the code and see if you still have same issue. Make sure to look in Application.cfm or Application.cfc files if you have those in your context.
    Also you can try inserting abort into your code to see if the problem is still there:

    <cfscript>
      theJSON = SerializeJSON(queryObj);
      writeOutput(theJSON);
      abort;
    </cfscript>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to output JSON directly in my Razor view. The object being
Hello I'm trying to output a MySQL query result as a list so that
I'm trying to output a list of objects to a json format using the
I'm trying to build a JSON object from a mysql query. The JSON structure
i am trying to write a API using JSP/JSTL to generate JSON output but
I'm trying to get the output of the query 'SHOW TABLES FROM database_name' into
I am trying to output dates in the Italian format using date() as follows:
I'm trying to output unicode string into RTF format. (using c# and winforms) From
Im having some issues when trying to get some Json data into a specific
I am trying to format the output of a query in a WebMatrix 2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.