Problems with the dictionary

I’ll try to explain, I created a dictionary with this structure

I exported by copying the entire dictionary AND got it as text

Here the question arises why it doesn’t recognize it as a dictionary even though I have matched every single character exactly

Because now it is in JSON format

In App Inventor you would use the JsonTextDecodeWithDictionaries method to convert it into a dictionary

http://ai2.appinventor.mit.edu/reference/components/connectivity.html#Web.JsonTextDecodeWithDictionaries

It looks like Kodular forgot to implement this method

Taifun