JSON Adapter Reference
JSON Operations
classToJSON
Takes any object or array of objects and tries to map it to a JSON string.
classToExtendedJSON
Takes any object and tries to map it to an Extended JSON string.
jsonToClass
Maps a JSON string to an object.
JSONAdapter_Example
Click here to download a simple example model that shows the usage of the JSON adapter (classToJSON) in Scheer PAS Designer.
Related Documentation: