JSONTrace 專案位置在 https://github.com/shinder/JSONTrace
標頭定義為:
public function jsonTrace(rawObj:Object=null, noTrace:Boolean=false, noFormat:Boolean=false):String
參數:
- rawObj : 所欲查看的物件 (主要類型為 Object 和 Array)
- noTrace : true 表示不 trace 輸出, 只回傳結果字串
- noFormat : true 表示不做 JSON 字串的對位格式
1 則留言:
在 Flex 有 ObjectUtils.toString() 可以用
張貼留言