Computer Science, asked by dhamalsachin1, 1 year ago

which data format does REST API uses?

None of these

A.XML

Both A and B

B.JSON

Answers

Answered by ishikanegi2003
1

Both A and B option.

(A)XML

(B)JSON

Answered by orangesquirrel
0

The correct answer is both A and B- XML and JSON.


XML stands for Extensible Markup Language. It contains a set of rules for various documents to be encoded by both machines and humans.

Its main aim is to simplify the usability across the internet.


JSON stands for JavaScript Object Notation. It is a format which is used for data interchange. It is generally used when a particular packet of data is sent from the server to the webpage.


Both XML and JSON form the backbone of how a webpage can be accessed by using the internet.

Similar questions