0 votes
in JSON by
Why do we use JSON in Android?

1 Answer

0 votes
by

JSON stands for JavaScript Object Notation.It is an independent data exchange format and is the best alternative for XML.

Android provides four different classes to manipulate JSON data. These classes are JSONArray,JSONObject,JSONStringer and JSONTokenizer.

Related questions

0 votes
0 votes
asked Nov 4, 2020 in JSON by rahuljain1
0 votes
asked Jul 20, 2020 in JSON by Robindeniel
...