InterviewSolution
Saved Bookmarks
| 1. |
Which of the following package is used for reading JSON data?(a) jsonlite(b) json(c) jsondata(d) all of the mentionedI have been asked this question in class test.Origin of the question is Reading from Web and APIs topic in section Getting Data of Data Science |
|
Answer» CORRECT ANSWER is (a) jsonlite To explain I would say: The jsonlite PACKAGE is a JSON generator optimized for the web. |
|