Summary
Parses the given key value pairs into a
Newtonsoft.Json.Linq.JObject.
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- JsonBinder
Syntax
public JObject Parse(IEnumerable<KeyValuePair<string, string>> values)
Parameters
| Name | Type | Description |
|---|---|---|
| values | IEnumerable |
The values. |
Return Value
| Type | Description |
|---|---|
| JObject | Newtonsoft.Json.Linq.JObject. |
