Skip to main content
November 2, 2009
Answered

Does ColdFusion 6 support JSON

  • November 2, 2009
  • 3 replies
  • 636 views

Cant find information on this.

    This topic has been closed for replies.
    Correct answer BKBK
    Does ColdFusion 6 support JSON

    In the sense of having tags or functions for JSON? No.

    3 replies

    BKBK
    Community Expert
    BKBKCommunity ExpertCorrect answer
    Community Expert
    November 2, 2009
    Does ColdFusion 6 support JSON

    In the sense of having tags or functions for JSON? No.

    Inspiring
    November 2, 2009

    Cant find information on this.

    Just out of interest, where did you look?

    --

    Adam

    Inspiring
    November 2, 2009

    Well it doesn't have any built-in functions for manipulating it, but JSON is just a text-based data interchange format, so it "supports it" in that it has string manipulation functions and what not, and the JSON standard is publically available (http://tools.ietf.org/html/rfc4627).

    If you go to http://www.cflib.org/ and search for JSON, they seem to have some functions which should do the trick for you.

    --

    Adam