Namespace: Consultingwerk
Interface 
IJsonObjectWalker Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.TokenResolverJsonObjectWalker




Top Method Summary
Options Name Purpose
LOGICAL ProcessJsonArrayElement (JsonArray, integer) Callback method to process to given element of the JsonArray
LOGICAL ProcessJsonProperty (JsonObject, character) Callback method to process to given property of the JsonObject


Method Detail
Top

LOGICAL ProcessJsonArrayElement (JsonArray, integer)

Purpose: Callback method to process to given element of the JsonArray
Notes:

Parameters:
poJsonArray Progress.Json.ObjectModel.JsonArray
The JsonArray to process of element of
piElementIndex INTEGER
The index of the element to process
Returns LOGICAL
Logical value indicating if the process should be cancelled
Top

LOGICAL ProcessJsonProperty (JsonObject, character)

Purpose: Callback method to process to given property of the JsonObject
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The JsonObject to process of property of
pcPropertyName CHARACTER
The name of the property to process
Returns LOGICAL
Logical value indicating if the process should be cancelled


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:49