JSON 是目前很常用得 API 資料溝通的格式, 那什麼是 JSON 呢?
What is JSON?
JSON: JavaScript Object Notation 或 Lightweight Ecmascript Object Notation (LEON)
JSON 是一種傳遞物件的語法. JSON 是 JavaScript 物件語法的寫法.
更多 JSON 的說明可見下述幾篇:
- 理解JSON - 3分鐘課程 - 此篇文章很簡單易懂
- Understanding JSON
- JSON in Android - JSON 在 Android 要如何使用
- Security Considerations - JSON Security
- JSON and Browser Security
- JavaScript's JSON API