I am new to Monkey C, but could not find (in the API docs and the forums) a way to convert a JSON flavored string to a Monkey C dictionary.
The string I have is in the following format: '{"val1": 123, "val2": 456, "val3": 789}'
Is there a way to convert this to a Lang.Dictionary?