Share via


JsonReader.ReadDictionary method

Creates a dictionary from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

Overload list

  Name Description
Public method ReadDictionary<T>() Creates a generic Dictionary<TKey, TValue> with a generic value from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDictionary() Creates a Dictionary<TKey, TValue> object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

Top

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace