[Top]
Tools
Tools.JSON
Tools.JSON.JSONTokener
|
Method Tools.JSON.JSONTokener()->skipTo()
- Method
skipTo
-
int skipTo(int to)
- Description
-
Skip characters until the next character is the requested character.
If the requested character is not found, no characters are skipped.
- Parameter to
-
A character to skip to.
- Returns
-
The requested character, or zero if the requested character is not found.
|