I'm trying to decode a JSON response from an open-data API using
JsonTextDecodeWithDictionaries
but I'm getting this error
invoke: no method named `JsonTextDecodeWithDictionaries' in class com.google.appinventor.components.runtime.Web Note: You will not see another error reported for 5 seconds.
Any suggestions about what is going wrong? If I use JsonTextDecode everything works perfectly.