parse json and add to cache()

Scope/Lifetime

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 note: 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.