• Complain

Lindsay Bassett - Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON

Here you can read online Lindsay Bassett - Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Lindsay Bassett Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON
  • Book:
    Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2015
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

JSON has become a widely accepted and popular format for data due to its platform neutral nature, lightweight format, and its friendly structure for object oriented languages. JSON is being used everywhere from Web APIs, to noSQL databases, to server side language libraries and client side frameworks.

This book will give you a low level understanding of JSON syntax, data types, and formatting, followed by a high level introduction into the many applications of JSON out in the world today. Youll also learn about security concerns with JSON, so you can use JSON in your own applications with confidence.

Lindsay Bassett: author's other books


Who wrote Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON? Find out the surname, the name of the author of the book and a list of all author's works by series.

Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Introduction to JavaScript Object Notation

by Lindsay Bassett

Copyright 2015 Lindsay Bassett. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Meg Foley
  • Production Editor: Kristen Brown
  • Copyeditor: Jasmine Kwityn
  • Proofreader: Charles Roumeliotis
  • Indexer: Ellen Troutman
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • August 2015: First Edition
Revision History for the First Edition
  • 2015-08-04: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491929483 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Introduction to JavaScript Object Notation, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-92948-3

[LSI]

Preface

One thing Ive learned during my journey as a web developer is that no matter how devoted I am to its subjects in spirit, finding time for said devotion is another matter. The rapidly evolving world of technology is not concerned about how busy anyone is. It does not say Relax, take your time to study, I understand you have a family and quiet time for studying is difficult to come by. What it says is Keep evolving, or become obsolete.

I wrote this book with that sentiment in mind. This book is slimit intentionally avoids subjects like the history of JSON.

Although I am grateful to Douglas Crockford for discovering JSON, I make no mention of him or the years during which JSON evolved into what it is today. This book is about what it is today. If you want to read about this history of JSON, Wikipedia has an excellent summary.

This book aims to shoot for the very heart of the subject of JSON. It is about getting to the point and getting you started quickly. It is for the busy IT professional.

Audience

As I wrote this book for the busy IT professional, I also thought quite a bit about who you are. You could be a beginning frontend web developer. Or perhaps youve been focused on server-side web application development for years, and now you need to learn JSON for a web API. You could be a PHP, Ruby, C, Java, or ASP.NET developer. That list goes on. A lot of different people in different roles want and need to learn JSON.

In this book, I avoid excessive jargon and explain prerequisite concepts for those new to web programming. I try to speak to all of you. However, I must make a few assumptions about what knowledge you already have. If you are new to web development, this should not be the very first book you pick up.

I assume you have at least a basic understanding of:

HTMLYou understand the purpose of HTML and can recognize the structure and at least a few of the tags of an HTML document.JavaScriptYou understand the purpose of JavaScript and know what a script tag, function, and variable are. Its OK if you are only a beginner. I keep my code examples simple.Programming conceptsI will provide some quick explanations for concepts like object and array, for those who are new and may need a refresher. However, if you have not yet worked with any programming language, this book is not the place to begin.
Approach to JSON

Countless times over the years Ive needed to learn new technologies, often during a project with a deadline. I buy big books, wade through tutorials, and try to absorb enough information to know what Im doing. While Im wading through hundreds of pages, Im looking for the answers to these three basic questions:

  • What is it?
  • How can I use it?
  • How can the bad guys use it?

When I wrote this book, I sought to get to the point with these questions, so you dont have to wade through to find the answers.

In Chapters , we will explore JSON at a low level. First, I will answer the ultimate question of what is it? From there, we will look at syntax, syntax validation, data types, and schema validation.

In , we will take a look at the important subject of security concerns. This chapter includes a primer on client-side and server-side concepts that are important to the remainder of the book. This chapter will answer the question of how can the bad guys use it?

The remaining chapters examine the many roles that JSON plays as a data interchange format. These chapters aim to answer the question how can I use it?

These chapters include many examples of JSON, and technologies interacting with JSON. Some important things to note about Chapters :

Technologies

I cover several technologies, such as jQuery, AngularJS, and CouchDB, at a high level. Each of these subjects are large enough that an entire book can (and has) been written about them. I intentionally leave out installation instructions and deeper explanations about the technologies themselves. The point is to expose you to how these technologies are using JSON.

If you want to try out the examples shown for these technologies, youll need to do some legwork to set everything up. However, the examples are simple. If you get things up and running at a basic level, you should be able to give them a whirl.

Code examples

You will see many code examples in this book, some in programming languages that might be new to you. The syntax will not be explained for these languages. Do not be alarmed if you dont understand the syntax. The point is for you to get the gist of what the code is doing, and the explanation of what the code is doing shall be provided.

All of the code examples used in this book are available this books GitHub repository.

The ultimate point of Chapters is to expose you to how JSON is being used out in the world today, and to get your idea wheels spinning for your own projects. If you never saw JSON being used as a document in a document store database, would you think to use it in a project? Knowing is half the battle.

In each chapter, a balance is sought between getting to the point and to give you enough information so that you are not left with any major holes in your education. Ultimately, the entire book is structured to get you up and running with JSON quickly, without sacrificing the deeper understanding of what JSON is and the purposes it may serve.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON»

Look at similar books to Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON»

Discussion, reviews of the book Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.