How can I parse a string to a dictionary? I don't find any method "toDictionary" as you have "toString", "toInt", etc.
I want to make a json request, store it using setProperty, and use it back later after calling getProperty, but I notice though that you can't persist dictionaries.