I have a json object that includes a standard map/dictionary with string keys and values I'd like to convert to instances of MyObject. How can I do that? I see something similar to what I think I need for lists with .asListOrNull(SomeObject.fromPick) but how do I do something similar when I want to pull out a Map?