JSON – Java Script Object Notation
#1

Hi i am Mahantesh i would like to get details on JSON in deatails i am doing seminar on JSON plz
Reply
#2
JSON

JSON (canonically pronounced /ˈdʒeɪsən/ jay-sən; sometimes JavaScript Object Notation) is an open-standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is the most common data format used for asynchronous browser/server communication (AJAJ), largely replacing XML which is used by AJAX.
JSON is a language-independent data format. It derives from JavaScript, but as of 2016, code to generate and parse JSON-format data is available in many programming languages. The official Internet media type for JSON is application/json. The JSON filename extension is .json.
Douglas Crockford originally specified the JSON format; two competing standards, RFC 7159 and ECMA-404, define it. The ECMA standard describes only the allowed syntax, whereas the RFC also provides some semantic and security considerations.

JSON: JavaScript Object Notation.

JSON is a syntax for storing and exchanging data.

JSON is an easier-to-use alternative to XML.

The following JSON example defines an employees object, with an array of 3 employee records:

JSON Example
{"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]}
The following XML example also defines an employees object with 3 employee records:

XML Example
<employees>
<employee>
<firstName>John</firstName> <lastName>Doe</lastName>
</employee>
<employee>
<firstName>Anna</firstName> <lastName>Smith</lastName>
</employee>
<employee>
<firstName>Peter</firstName> <lastName>Jones</lastName>
</employee>
</employees>
What is JSON?
JSON stands for JavaScript Object Notation
JSON is a lightweight data-interchange format
JSON is language independent *
JSON is "self-describing" and easy to understand
* JSON uses JavaScript syntax, but the JSON format is text only, just like XML.
Text can be read and used as a data format by any programming language.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: smith v doe, java script, project report on notation of algorithm, model management in uml notation**bse on dna, java engineering notation, bnf notation in compiler ppt, json seminar report in pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Anchoring script for talent function 0 3,969 10-08-2023, 11:24 AM
Last Post:
  Anchoring script for freshers day in malayalam 0 3,350 02-07-2023, 06:17 PM
Last Post:
  require script on women's day 0 8,917 05-03-2021, 02:36 PM
Last Post:
  Drama script on road safety in hindi 0 9,365 28-01-2021, 09:21 AM
Last Post:
  Anchoring script for farewell to class 10 in nepali 0 14,454 21-02-2020, 05:13 AM
Last Post:
  anchoring script 0 9,560 19-02-2020, 09:14 PM
Last Post:
  anchoring script for silver jubilee function of school 3 17,219 12-01-2019, 10:28 PM
Last Post: andrea
  anchoring script for get together function in marathi 0 11,013 09-11-2018, 09:48 PM
Last Post: Guest
  script of anchoring for farewell to 10 std students in pdf 0 6,265 09-11-2018, 05:01 AM
Last Post: Guest
  anchoring script for english skit competition 0 5,239 01-11-2018, 07:03 PM
Last Post: Guest

Forum Jump: