Parses the JSON found from the specified source and returns a JsonConstruct object when the parse is complete. The returned value is either a JsonObject or a JsonArray. If the JSON syntax is incorrect, a JsonParserError is raised.
Return type: Progress.Json.ObjectModel.JsonConstruct class
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.ObjectModelParser class
Parse( INPUT web-context-stream AS HANDLE ) Parse( INPUT source AS LONGCHAR ) Parse( INPUT source AS MEMPTR ) Parse( INPUT source AS CHARACTER ) |