SP.ClientDictionaryResultHandler.customFromJson(obj) Method
Applies to: SharePoint Foundation 2010
Indicates whether custom code is used to initialize the generic dictionary. This member is reserved for internal use and is not intended to be used directly from your code.
var value = SP.ClientDictionaryResultHandler.customFromJson(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 always returns false.