Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
srp_json - getmembers
Is there a way to retrieve the member names in the order in which they appear in the json?
GetMembers returns a sorted list, which is good if you just want to know what's there. In my current scenario, I want to present them to the user in the order in which they are saved as they actually represent a workflow.
Any suggestions?
GetMembers returns a sorted list, which is good if you just want to know what's there. In my current scenario, I want to present them to the user in the order in which they are saved as they actually represent a workflow.
Any suggestions?
Comments
Oh well, it's read only stuff for now so I'll start generically and see where it takes me.
I think I'm going t have to take the long way round.