In: |
json/lexer.rb
|
Parent: | Object |
This method will initialize the lexer to contain a string.
s: | the string to initialize the lexer object with |
Read the next n characters from the string in the lexer.
n: | the number of characters to read from the lexer |
Reads the next string, given a quote character (usually ’ or ")
quot: the next matching quote character to use