Dictionary Containing Dictionaries?

Is it possible to have a Dictionary that contains other Dictionaries? Thanks!

No.

You could have a dictionary that contains a JSON object I suppose. Or just use a big JSON object.

1 Like

If you need to store more info than what a simple “Key/Value” format provides, you might look into SQL databases.

1 Like

Thank you, Peter - great idea.

Thank you - another good solution.

1 Like