JsonHelper/OrderBy
Sort by the value of the property specified in the field of JToken
※ Only JArray can be sorted
Request Information
Parameters
| Name | Description | Type |
|---|---|---|
| json |
json (actually JArray) |
JToken |
| field |
Property name to sort |
String |
Response Information
Response Description
| Description | Type |
|---|---|
|
Sorted JToken |
JToken |