Parser Class

Used to extract models defined in a javascript or json document.

Constructors

Parser( String input )
Parser( JSONObject json )

Public Methods

getModels( ) returns Model[]
Returns all the models found in the input document.