parse json and add to cache(data a, key b)
Group |
Parses the data in parameter a as JSON object and stores this object with key b in an internal cache.
Important note: The created JSON object is only available during the profile run. Afterwards it is deleted.
Parameter Description
Parameter |
Description |
a |
The JSON data. |
b |
The name of the key for the JSON object to be created in the cache. |