Answers for "what is json data"

3

json data

[{"_id":"60beb338abe3dd4300d844b8","email":"[email protected]","typeVaccine":"Moderna","status":"Yes","__v":0},{"_id":"60bf716b145de95f1c84fb2f","email":"[email protected]","typeVaccine":"Asternzcana","status":"No","__v":0},{"_id":"60bf7196145de95f1c84fb31","email":"[email protected]","typeVaccine":"Phizer","status":"Yes","__v":0},{"_id":"60bf758f145de95f1c84fb32","email":"[email protected]","typeVaccine":"none","status":"No","__v":0},{"_id":"60bf7cda145de95f1c84fb33","email":"[email protected]","typeVaccine":"Moderna","status":"Yes","__v":0}]
Posted by: Guest on June-08-2021
8

JSON stands for

JSON = JavaScript Object Notation
Posted by: Guest on July-04-2020
0

What is JSON?

● It is JavaScript Object Notation (is a minimal, readable format 
                                    for structuring data.)
● It is used primarily to transmit data between a server 
and web application, as an alternative to XML.
● Basically, a lightweight version of XML
● In Key: Value format
● Key is always in double quotes and value if 
  string its double quotes and if numbers no quotes
● It is purely based on http protocol, - 
  so it hits the link on the browser and see the results
Posted by: Guest on June-21-2021
-2

what is json

json is a bad thing you shouldn't use
Posted by: Guest on August-13-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language