Beginning JSON (Paperback)
暫譯: 初學者的 JSON (平裝本)
BEN SMITH
- 出版商: Apress
- 出版日期: 2015-02-22
- 售價: $3,300
- 貴賓價: 9.5 折 $3,135
- 語言: 英文
- 頁數: 324
- 裝訂: Paperback
- ISBN: 1484202031
- ISBN-13: 9781484202036
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Robi 洛比 2015/07/28 (No.66) <此為過刊雜誌,恕不接受退貨及取消訂單>$599$569 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
軟體雜貨店─80+ 款大家都說讚的自由、免費軟體$420$332 -
深入淺出 Node.js$560$437 -
ASP.NET MVC 5 網站開發美學$780$616 -
養成 iOS 8 App 程式設計實力的 25 堂課-最新 Swift 開發教學(A Practical Guide to Building Your First App from Scratch: Beginning iOS 8 Programming with Swift)$580$452 -
精實開發與看板方法$550$435 -
AngularJS 建置與執行 (AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps)$520$411 -
Python 程式設計入門 (適用於 2.x 與 3.x 版)$620$484 -
SCRUM : 用一半的時間 做兩倍的事 (SCRUM: The Art of Doing Twice the Work in Half the Time)$380$323 -
成為卓越程式設計師的 38 項必修法則 (Becoming a Better Programmer: A Handbook for People Who Care About Code)$680$537 -
It's Django -- 用 Python 迅速打造 Web 應用$400$340 -
你不能錯過的 jQuery 指南:實用 X 必用 X 拿來即用的 350 段程式碼 + 256 個範例$490$387 -
Android App 程式設計教本之無痛起步 -- 使用 Android Studio 開發環境$550$468 -
R 軟體資料分析基礎與應用 (R for Everyone: Advanced Analytics and Graphics)$650$553 -
OpenCV 程式設計參考手冊$620$490 -
大話重構$390$304 -
Effective Python 中文版 | 寫出良好 Python 程式的 59 個具體做法 (Effective Python: 59 Specific Ways to Write Better Python)$450$356 -
接案我最行:jQuery 經典範例必殺技$480$408 -
Windows 軟體安全實務 -- 緩衝區溢位攻擊$480$379 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
演算法的樂趣|23個程式設計必學主題與應用實例$480$408 -
JavaScript 錦囊妙計, 2/e (JavaScript Cookbook, 2/e)$880$695 -
用 Arduino 全面打造物聯網$420$332
相關主題
商品描述
Beginning JSON is the definitive guide to JSON - JavaScript Object Notation - today’s standard in data formatting for the web. The book starts with the basics, and walks you through all aspects of using the JSON format. Beginning JSON covers all areas of JSON from the basics of data formats to creating your own server to store and retrieve persistent data. Beginning JSON provides you with the skill set required for reading and writing properly validated JSON data.
The first two brief chapters of the book contain the foundations of JavaScript as it relates to JSON, and provide the necessary understandings for later chapters. Chapters 3 through 12 reveal what data is, how to convert that data into a transmittable/storable format, how to use AJAX to send and receive JSON, and, lastly, how to reassemble that data back into a proper JavaScript object to be used by your program. The final chapters put everything you learned into practice.
What youll learn
- How to work with JSON
- Data transmission via AJAX
- Incorporate Handlebars templates into your development
- Get up and running with NodeJS
- Perform HTTP requests to a local Web Server
- Implement a NoSQL database for JSON retrieval and storage
- Incorporate JSON feeds from Social APIs
Who this book is for
Beginning JSON is intended for front-end developers of all levels. One does not have had to have worked with JSON before. It’s for those who are seeking to work with data, AJAX, and the preferred data format of the web, JSON.
Table of Contents
Chapter 1: JavaScript Basics
Chapter 2: Special Objects
Chapter 3: String Manipulation
Chapter 4: Introducing JSON
Chapter 5: Creating JSON
Chapter 6: Parsing JSON
Chapter 7: Persisting JSON: I
Chapter 8: Data Interchange
Chapter 9: X-Origin Resources
Chapter 10: Serving JSON
Chapter 11: Posting JSON
Chapter 12: Persisting JSON: II
Chapter 13: Working with Templates
Chapter 14: Putting It All Together
商品描述(中文翻譯)
開始使用 JSON 是一本關於 JSON - JavaScript 物件表示法 - 的權威指南,這是當今網頁數據格式的標準。本書從基礎開始,逐步引導您了解使用 JSON 格式的各個方面。開始使用 JSON 涵蓋了 JSON 的所有領域,從數據格式的基礎到創建自己的伺服器以存儲和檢索持久數據。開始使用 JSON 為您提供了閱讀和編寫正確驗證的 JSON 數據所需的技能。
本書的前兩章簡要介紹了 JavaScript 與 JSON 相關的基礎知識,並提供了後續章節所需的理解。第 3 章到第 12 章揭示了數據是什麼,如何將數據轉換為可傳輸/可存儲的格式,如何使用 AJAX 發送和接收 JSON,最後,如何將數據重新組合回適合您的程式使用的 JavaScript 物件。最後幾章將您所學的內容付諸實踐。
您將學到什麼
- 如何使用 JSON
- 通過 AJAX 進行數據傳輸
- 將 Handlebars 模板整合到您的開發中
- 快速上手 NodeJS
- 對本地 Web 伺服器執行 HTTP 請求
- 實現 NoSQL 數據庫以進行 JSON 檢索和存儲
- 整合來自社交 API 的 JSON 資料流
本書適合誰
開始使用 JSON 旨在為各級前端開發人員而寫。讀者不必之前有使用 JSON 的經驗。本書適合那些希望處理數據、使用 AJAX 以及網頁首選數據格式 JSON 的人。
目錄
第 1 章:JavaScript 基礎
第 2 章:特殊物件
第 3 章:字串操作
第 4 章:介紹 JSON
第 5 章:創建 JSON
第 6 章:解析 JSON
第 7 章:持久化 JSON:I
第 8 章:數據交換
第 9 章:跨來源資源
第 10 章:提供 JSON
第 11 章:發佈 JSON
第 12 章:持久化 JSON:II
第 13 章:使用模板
第 14 章:整合所有內容
