Limit this search to....

Json for Beginners: Your Guide to Easily Learn Json In 7 Days
Contributor(s): Academy, I. Code (Author)
ISBN: 1393048676     ISBN-13: 9781393048671
Publisher: Whiteflowerpublsihing
OUR PRICE:   $17.05  
Product Type: Paperback
Published: March 2020
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Html
- Computers | Programming Languages - Python
Physical Information: 0.29" H x 5.5" W x 8.5" (0.37 lbs) 124 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

This book contains the steps, strategies, and techniques you need to learn, explore, and use JSON, the preferred and standard data format of the web. It was conceptualized and developed to provide beginners and web developers a comprehensive training that will help them master JSON in as short as one day.

What is JSON and why should you learn it? JSON stands for JavaScript Object Notation. A subset of JavaScript, it is a way of storing information in an organized manner. It provides human readable data that can be accessed easily and logically.

JSON facilitates data transfer between a server and a web application. The JSON format is used to serialize and transmit structured data over the internet. Its simplicity and flexibility allows it to be used across applications, programming languages, and framework.

JSON is a lightweight text-only format that can be easily transferred to and from a server. While it is strongly associated with JavaScript, JSON is a language-independent format that is popularly used in modern programming languages such as Python, PERL, Java, Ruby, and PHP. You'll typically find built-in functions, methods, or workaround that allow these programming languages to utilize JSON.