JavaScript and JSON Essentials (eBook, ePUB)
Sai S Sriparasa
eBook, ePUB

JavaScript and JSON Essentials (eBook, ePUB)

If you fancy a less verbose data format than CSV or XML, then JSON could be for you. This tutorial will teach you about using JSON with JavaScript for effective local storage or Internet transfers.

Sofort per Download lieferbar
18,95 €
inkl. MwSt.
PAYBACK Punkte
9 °P sammeln!
The exchange of data over the Internet has been carried out since its inception. Delimiter-separated lists such as CSV and tag-separated languages such as XML are very popular, yet they are considered to be verbose by a section of developers. JSON (JavaScript Object Notation) is a lightweight text-based code to create objects to transfer data over the Internet. It is a data exchange format that is human-readable (like XML, but without the markup around your actual payload) and its syntax is a subset of the JavaScript language that was standardized in 1999.JavaScript and JSON Essentials is a st...