Hello evryone
I have a jar that returns a JSONObject (org.json.JSONObject)
how am I supposed to handle this return?
I tried casting it directly into a map but I get
any help will be appreciated
I have a jar that returns a JSONObject (org.json.JSONObject)
how am I supposed to handle this return?
I tried casting it directly into a map but I get
B4X:
java.lang.ClassCastException: org.json.JSONObject cannot be cast to anywheresoftware.b4a.objects.collections.Map$MyMap
any help will be appreciated