0 votes
in JSON by
What are the uses of JSON?

1 Answer

0 votes
by

JSON is mainly used for data interchange between the two systems.

JSON is prominently used for transmission of serialized data over a network connection between two systems.

APIs and web services use JSON to format and transfer data.

JSON can be used in combination with most of the modern programming languages.

JSON can be used with JavaScript applications such as browser plugins and websites.

JSON can be used to read data from the web server and display data on the web pages.

Related questions

0 votes
0 votes
asked Nov 4, 2020 in JSON by rahuljain1
0 votes
asked Jul 19, 2020 in JSON by SakshiSharma
...