Converts a KeyValuePair<(Of <(<'TKey, TValue>)>)> to and from JSON.

Namespace: Newtonsoft.Json.Converters
Assembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)

Syntax

C#
public class KeyValuePairConverter : JsonConverter
Visual Basic
Public Class KeyValuePairConverter _
	Inherits JsonConverter
Visual C++
public ref class KeyValuePairConverter : public JsonConverter

Inheritance Hierarchy

System..::..Object
  Newtonsoft.Json..::..JsonConverter
    Newtonsoft.Json.Converters..::..KeyValuePairConverter

See Also