Live in the Profile (and not in other profiles) during the profile run/test.
This function parses the data in parameter a as JSON object and stores this object with key b in an internal cache.
IMPORTANT: The created JSON object is only available during the profile run. Afterwards it is deleted.
Parameters
Parameter
Description
a
The JSON data.
b
The name of the key for the JSON object to be created in the cache.
A profile is the central configuration unit in the Lobster Data Platform. It receives data, processes it, and forwards it. Configuration is done graphically, with no programming required.
JSON (JavaScript Object Notation) is a lightweight text format for data exchange. The Lobster Data Platform handles JSON in integration profiles, web resources, and API interfaces. Value resolvers convert JSON data to internal objects and vice versa.