[Top]
Tools
Tools.JSON
Tools.JSON.JSONTokener
|
Method Tools.JSON.JSONTokener()->nextClean()
- Method
nextClean
-
int nextClean()
- Description
-
Get the next char in the string, skipping whitespace
and comments (slashslash and slashstar).
- Returns
-
A character, or 0 if there are no more characters.
|