hello everyone , i am trying to use jsonparser to parse the following jsonstring
I got this exception
B4X:
Dim pjson As JSONParser
Dim sparticpants As String = "[{display=MA . ., setup=false, muted=false}]"
pjson.Initialize(sparticpants)
I got this exception
i couldnt figure out what could be my mistake ?(JSONException) org.json.JSONException: Unterminated object at character 14 of [{display=MA . ., setup=false, muted=false}]