Introduction to JavaScript Object Notation e-bog
123,90 DKK
(inkl. moms 154,88 DKK)
What is JavaScript Object Notation (JSON) and how can you put it to work? This concise guide helps busy IT professionals get up and running quickly with this popular data interchange format, and provides a deep understanding of how JSON works. Author Lindsay Bassett begins with an overview of JSON syntax, data types, formatting, and security concerns before exploring the many ways you can apply...
E-bog
123,90 DKK
Forlag
O'Reilly Media
Udgivet
5 august 2015
Længde
126 sider
Genrer
Computer programming / software engineering
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781491929438
What is JavaScript Object Notation (JSON) and how can you put it to work? This concise guide helps busy IT professionals get up and running quickly with this popular data interchange format, and provides a deep understanding of how JSON works. Author Lindsay Bassett begins with an overview of JSON syntax, data types, formatting, and security concerns before exploring the many ways you can apply JSON today.From Web APIs and server-side language libraries to NoSQL databases and client-side frameworks, JSON has emerged as a viable alternative to XML for exchanging data between different platforms. If you have some programming experience and understand HTML and JavaScript, this is your book.Learn why JSON syntax represents data in name-value pairsExplore JSON data types, including object, string, number, and arrayFind out how you can combat common security concernsLearn how the JSON schema verifies that data is formatted correctlyExamine the relationship between browsers, web APIs, and JSONUnderstand how web servers can both request and create dataDiscover how jQuery and other client-side frameworks use JSONLearn why the CouchDB NoSQL database uses JSON to store data