Which of the following is provided by dojo.data for reading/Writing a particular format of JSON data
-
toJSon
-
ItemFileWriteStore
-
appendfiles
-
getValues
B
Correct answer
Explanation
ItemFileWriteStore is a dojo.data API implementation specifically designed to read and write JSON data in ItemFileReadStore format. It provides methods like newItem, deleteItem, and setValue for write operations alongside standard read methods. Option A (toJSon) is not a dojo.data class, option C (appendfiles) is not a standard Dojo API, and option D (getValues) is a method within ItemFileReadStore/WriteStore, not the store itself.