Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Beginning JSON

Posted By: ksveta6
Beginning JSON

Beginning JSON by Ben Smith
2015 | ISBN: 1484202031, 148420204X | English | 324 pages | True PDF | 8 MB

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 chapters of the book will discuss the foundations of JavaScript for those who need it, and provide the necessary understandings for later chapters. Chapters 3 through 12 will uncover 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 you’ll learn

Further your understandings of the JavaScript language
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.