Multiple choice technology web technology

Which of the following is provided by dojo.data for reading/Writing a particular format of JSON data

  1. toJSon

  2. ItemFileWriteStore

  3. appendfiles

  4. getValues

Reveal answer Fill a bubble to check yourself
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.