JsonHelper/OrderBy


Sort by the value of the property specified in the field of JToken
※ Only JArray can be sorted

Request Information

Parameters

NameDescriptionType
json

json (actually JArray)

JToken

field

Property name to sort

String

Response Information

Response Description

DescriptionType

Sorted JToken

JToken