Skip characters until the next character is the requested character. If the requested character is not found, no characters are skipped. @param to A character to skip to. @return The requested character, or zero if the requested character is not found. @throws JSONException Thrown if there is an err
(char to)