I'm interested in adding my own custom function which I could use in JsonPath expressions. Particularly I'm interested in alphanumeric sort() function. So $.phonebook.phones.sort() should give phone numbers sorted alphanumerically. Could You please give me an advice?
I'm interested in adding my own custom function which I could use in JsonPath expressions. Particularly I'm interested in alphanumeric sort() function. So $.phonebook.phones.sort() should give phone numbers sorted alphanumerically. Could You please give me an advice?