Click here – to get notifications.
In this video we will cover everything you need to know about JSON. We will cover what JSON is, why JSON is important, what JSON is used for, the syntax of JSON, and multiple examples of JSON. JSON is the most popular data representation format, and is one of the most important, and easiest concepts you can learn in programming. It allows you to create APIs, config files, and structured data. We will be covering all of the terminology, and going through live examples of all the different JSON types.
JSON stands for JavaScript Object Notation
JSON is a lightweight format for storing and transporting data
JSON is often used when data is sent from a server to a web page
JSON is “self-describing” and easy to understand
JSON Syntax Rules
Data is in name/value pairs
Data is separated by commas
Curly braces hold objects
Square brackets hold arrays
The JSON format is often used for serializing and transmitting structured data over a network connection. It is used primarily to transmit data between a server and web application, serving as an alternative to XML. JSON is JavaScript Object Notation
When exchanging data between a browser and a server, the data can only be text. JSON is text, and we can convert any JavaScript object into JSON, and send JSON to the server. … This way we can work with the data as JavaScript objects, with no complicated parsing and translations.
Please refer here for english version from Telusko :
JSON is used to transmit and store structured data; it serves as data format for data transmission ( serialization ). Especially for web applications and mobile apps , it is often used in conjunction with JavaScript , Ajax, or WebSockets to transfer data between the client and the server.
Json Language
#JSON #TAMIL #InterviewDOT
learn json for beginners,json tutorial,json tutorial for beginners,json tutorial quick,simple json tutorial,json,json formatter,json schema,json data,json file to excel,json database,json form,json to sql,json explained,json explained simple,easy json,what is json,how to write json,json object tutorial,json for beginners,json for beginners tutorial,json tutorial short,why use json,why use json over xml,json tutorial in 4 minutes,json tamil
0 Comments