How to Parse JSON Returned in ColdFusion

前端 未结 3 2056
隐瞒了意图╮
隐瞒了意图╮ 2021-01-15 12:03

I\'m sure this is a relatively simple question, but I can\'t seem to find a simple answer anywhere online.

I have a few lines of JSON returned by a cfhttp POST with

3条回答
  •  长情又很酷
    2021-01-15 12:41

    Converts a JSON (JavaScript Object Notation) string data representation into CFML data, such as a CFML structure or array.

    https://wikidocs.adobe.com/wiki/display/coldfusionen/DeserializeJSON

提交回复
热议问题