SP.ClientDictionaryResultHandler.fromJson(obj) Method
Applies to: SharePoint Foundation 2010
Processes the JSON data and initializes the generic dictionary with the data. This member is reserved for internal use and is not intended to be used directly from your code.
SP.ClientDictionaryResultHandler.fromJson(obj);
Parameters
obj
- reader
The JsonReader object that is used to read and process a JSON string.
Applies To
SP.ClientDictionaryResultHandler Class
Remarks
This method processes the JSON data from the server, and stores the data whose type matches T into the generic dictionary.