JsonBinder.

Parse(IEnumerable<KeyValuePair<string, string>>) Method

Summary

Parses the given key value pairs into a Newtonsoft.Json.Linq.JObject.

Syntax

public JObject Parse(IEnumerable<KeyValuePair<string, string>> values)

Parameters

Name Type Description
values IEnumerable<KeyValuePair<string, string>> The values.

Return Value

Type Description
JObject Newtonsoft.Json.Linq.JObject.