You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for providing such a great JSON library.
I am having a json array which I want to sort using bubble sort. To do so I need to swap elements in the array, e.g. swap the 5th element with the 2nd.
What is the easiest way to do so? Would be very nice, if I could just swap elements without knowing what json type a specific element has.
If swapping is not possible, could you implement a swap function for the TJsonArray type?
Cheers
James
The text was updated successfully, but these errors were encountered:
Hi Andreas
First of all, thanks for providing such a great JSON library.
I am having a json array which I want to sort using bubble sort. To do so I need to swap elements in the array, e.g. swap the 5th element with the 2nd.
What is the easiest way to do so? Would be very nice, if I could just swap elements without knowing what json type a specific element has.
If swapping is not possible, could you implement a swap function for the TJsonArray type?
Cheers
James
The text was updated successfully, but these errors were encountered: