Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 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
31 1 2 3 4 5 6

JavaScript JSON Cookbook

Posted By: AlenMiler
JavaScript JSON Cookbook

JavaScript JSON Cookbook by Ray Rischpater
English | 27 Jun. 2015 | ISBN: 1785286900 | 192 Pages | EPUB/MOBI/PDF (True) | 6.95 MB

JSON (JavaScript Object Notation) is a lightweight text-based data interchange format used to create objects to transfer data over the Internet. It's widely used today by common web applications, as well as mobile applications.

Over 80 recipes to make the most of JSON in your desktop, server, web, and mobile applications

About This Book

Create fast and dynamic JavaScript applications that implement JSON
Practical examples to show you how to leverage JSON from a variety of application domains
Become the go-to person for building JSON-enabled web applications in your organization

Who This Book Is For

If you're writing applications that move structured data from one place to another, this book is for you. This is especially true if you've been using XML to do the job because it's entirely possible that you could do much of the same work with less code and less data overhead in JSON.

While the book's chapters make some distinction between the client and server sides of an application, it doesn't matter if you're a frontend, backend, or full-stack developer. The principles behind using JSON apply to both the client and the server, and in fact, developers who understand both sides of the equation generally craft the best applications.

What You Will Learn

Learn to use JSON in a type-safe way to avoid common data typing errors
Exchange data with NoSQL databases such as MongoDB and CouchDB with JSON
Make the most of JSON in AJAX web applications, with or without a framework
Exchange data between servers and mobile applications running on Android and iOS with JSON
Practical examples to show you how to leverage JSON from a variety of application domains

In Detail

This book gives you clear ways that you can exchange objects using JSON, regardless of whether you're developing a web or traditional networked application. You'll start with a brief refresher on JSON and JavaScript syntax and read and write on the client and server. Then, you'll learn how to use JSON in simple AJAX applications using AngularJS and jQuery. Next, you will learn how to exchange objects with databases using MongoDB and CouchDB. You'll also explore how to use JSON in a type-safe manner, writing programs that have fewer bugs.