Previous Next

Progress.Json.ObjectModel.ObjectModelParser class
This class is used to parse multiple sources of JSON streams.
Constructors
 
PUBLIC ObjectModelParser( )
Super Class
Progress.Json.JsonParser class
Interfaces
This class does not implement an interface.
Public Properties

This class does not define properties.
Public
Methods
 
Public
Events

This class does not contain events.
Notes 
The following example creates a parser and then parses JSON from the Webspeed input stream:
DEFINE VARIABLE myParser AS ObjectModelParser NO-UNDO.
DEFINE VARIABLE myConstruct AS JsonConstruct NO-UNDO.
. . .
myParser = NEW ObjectModelParser( ).
myConstruct = myParser:Parse(&WEBSTREAM).
 

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.