Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Tools
Tools.JSON
Tools.JSON.JSONTokener

Method Tools.JSON.JSONTokener()->skipPast()


Method skipPast

void skipPast(string to)

Description

Skip characters until past the requested string. If it is not found, we are left at the end of the source.

Parameter to

A string to skip past.