In: |
json/objects.rb
|
Parent: | Object |
This method will parse a JSON array from the passed lexer object. It takes a lexer object which is about to read a JSON array. It raises a runtime error otherwise. It returns the original JSON array. This method is not intended to be used directly.
lexer: | Lexer object to use |