Computer Science, asked by sathyasiva5656, 1 year ago

Which of the following is correct?
A.We can use json data directly in axios
B.we can use json data directly in fetch method
C.we can use json data directly in fetch as well as axios.
D. Response is returned and then only we can use axios

Answers

Answered by Anonymous
1

Answer isC one

hope it help

mark as brainlist

Answered by Arslankincsem
0

We can use json data directly in fetch as well as axios. Hence the correct answer is option C. JSON stands for JavaScript Object Notation.

It is the syntax to store and exchange the data. JSON can be referred as a text that is written with JavaScript object notation.

In case of exchange of data between a server and a browser, the data is generally the text.

Similar questions