Top Method Summary
Options Name Purpose
CHARACTER GetJsonValue (JsonObject, character) Returns the value of the given JSON Array or String
Consultingwerk.Framework.JsonWebToken Parse (longchar) Parses a JWT Token and returns header and payload as a Structure


Method Detail
Top

CHARACTER GetJsonValue (JsonObject, character)

Purpose: Returns the value of the given JSON Array or String
Notes: JSON Arrays will be returned as a comma-delimited list

Parameters:
poJson Progress.Json.ObjectModel.JsonObject
The reference to the JSON object
pcPropertyName CHARACTER
The name of the property to return
Returns CHARACTER
The value of the property
Top

Consultingwerk.Framework.JsonWebToken Parse (longchar)

Purpose: Parses a JWT Token and returns header and payload
as a Structure
Notes:

Parameters:
plcToken LONGCHAR
The BASE64 URL Encoded token representation of the complete token (header and payload)
Returns Consultingwerk.Framework.JsonWebToken
The JsonWebToken with the header and payload data


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       24.08.2026 05:57:35