Json – How to get index of a string in an a list
public int userCompare(String s1, int i1, String s2, int i2){ String[] alphabety = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"}; String[]…