0% found this document useful (0 votes)
105 views

Json

JSON is preferred over XML for data interchange because JSON objects allow for easy retrieval of values like reading object properties, JSON objects can contain multiple name-value pairs and are typed, and the standard MIME type for JSON is application/json. The creator of JSON is Douglas Crockford.

Uploaded by

Ayush Garg
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Json

JSON is preferred over XML for data interchange because JSON objects allow for easy retrieval of values like reading object properties, JSON objects can contain multiple name-value pairs and are typed, and the standard MIME type for JSON is application/json. The creator of JSON is Douglas Crockford.

Uploaded by

Ayush Garg
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

True or False: JSON objects are typed while XML data is typeless.

True or False: Objects can contain multiple name/values pairs.T

Why JSON over XML? Retrieving values is as easy as reading from an object property

What is/are the correct statements about JSON?All

Who is the Father of JSON? Douglas Crockford

True or False: Data can be readily accessible using JSON objects. T

What is the standard MIME type for JSON?application/json

You might also like