How to store dictionary as an Object and then extract it back?

Hi!

I use Reframework which utilizes well known Config dictionary (of String,Object)

I would like to store another dictionary (of string, string) inside it.

Adding a dictionary item is easy (it gets converted to Object automatically), but how to extract it as a dictionary back afterwards?

Why not use two dictionary ?

Or add each entry of your second dictionary into config ?

Can you give the context please ?

Hi @Kerajel

See here: