How to Parse JSON Returned in ColdFusion

前端 未结 3 2037
隐瞒了意图╮
隐瞒了意图╮ 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:46

    Just parsing your cfhttp result with deserializeJSON()

    
    

    and you can get the href value using "#getResult.href#"

提交回复
热议问题