Einhugur JSON Plugin III for Xojo |
|
JSONArray.Sort Method
Sorts the JSON array by a supplied comparing routine.

Sort(
comparer
as CompareNodesDelegate)
Parameters
- comparer
- Routine which compares the element in the array.
Remarks
Sort routine should return true if a < b, else false.
See Also
JSONArray Class