Ejemplo n.º 1
0
 public Token NextToken()
 {
     this.SkipWhiteSpaces();
     return(Lexer.NextToken(this.json, ref this.index));
 }