A anzalichi New Member Apr 1, 2022 #1 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 : I have encrypted Jason using the (AES) method. And I save it, then I decompose it dates is a map variable**
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 : I have encrypted Jason using the (AES) method. And I save it, then I decompose it dates is a map variable**
Erel B4X founder Staff member Licensed User Longtime User Apr 1, 2022 #2 Go to this page and find the correct code to parse the json: https://b4x.com:51041/json/index.html Upvote 0
A anzalichi New Member Apr 3, 2022 #3 Erel said: Go to this page and find the correct code to parse the json: https://b4x.com:51041/json/index.html Click to expand... Thank you the problem was solved Upvote 0
Erel said: Go to this page and find the correct code to parse the json: https://b4x.com:51041/json/index.html Click to expand... Thank you the problem was solved