[Top]
Tools
Tools.JSON
Tools.JSON.JSONTokener
|
Method Tools.JSON.JSONTokener()->nextTo()
- Method
nextTo
-
string nextTo(int|string d)
- Description
-
Get the text up but not including the specified character or the
end of line, whichever comes first.
- Parameter d
-
A delimiter character.
- Returns
-
A string.
|