Ive started using the As(JSON).ToMap approach in some of my projects (prior to the new library update I had a fuinction to do this) but Im getting the #22 Warning that the types dont match.
If there any way to tidy this up?
Ive tried brackets around various bits but this doesnt seem to help.
I find Warning #22 useful so I dont want to disable it.
If there any way to tidy this up?
B4X:
Dim body as Map
body = Cursor.GetString2(0).As(JSON).ToMap ' Shows Warning #22
Ive tried brackets around various bits but this doesnt seem to help.
I find Warning #22 useful so I dont want to disable it.