Android Question Object should first be initialized (Map).

anzalichi

New Member
Hi, I'm having trouble getting a Jason and breaking it down. The error I get says that map is not initialized. But I did this and initialized the map. My Jason contains Persian texts.

json :
Jason used:
[["شنبه 1401\/01\/13"],["یکشنبه 1401\/01\/14"],["دوشنبه 1401\/01\/15"],["سه شنبه 1401\/01\/16"],["چهارشنبه 1401\/01\/17"],["پنجشنبه 1401\/01\/18"]]

error photo :

Untitled.png

I have encrypted Jason using the (AES) method. And I save it, then I decompose it
dates is a map variable**
 
Top