util.JSONObject.toFGL()

util.JSONObject.toFGL() fills a RECORD with the elements of the JSON object.

Syntax

CALL util.JSONObject.toFGL(destination)

Parameters

destination

a RECORD variable that will be filled with the elements of the JSON object

destination is passed by reference to the method.

Usage and examples

util.JSONObject.fromFGL() populates the RECORD variable passed as a parameter with the values included in the JSON object.

destination record must have the same structure as the source JSON object.

More details on how JSON strings are converted into fgl data types are here.

 

 

Contact Us

Privacy Policy

Copyright © 2025 Querix, (UK) Ltd.