Array (Class)

In: json/objects.rb
Parent: Object

Methods

from_json   to_json  

Public Instance methods

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.

Parameters
lexer:Lexer object to use

This method will return a string giving the contents of the JSON array in standard JSON format.

[Validate]