How to parse variables with properties and expressions from Config and compute their values

Hi,

I’m trying to map all my variables in a Config file. It works exactly as the ReFramework, the Config is read as a dictionary of String/Object.

Is there any solution to store variable properties and expressions in the Config ? For example:

As for now all output is the exact string from the config (unprocessed).

Thanks.

As far I know, it is not possible to store the expressions in strings and evaluate as expression in the code.

Regards,
Karthik Byggari