I try to run below code, I have other applications with json works without problem.
JSON is not parsing. I could not get to make it work.
Error message is : (JSONTokener) at character 14 of {"id":"BETAT"}
Thanks
JSON is not parsing. I could not get to make it work.
Error message is : (JSONTokener) at character 14 of {"id":"BETAT"}
Thanks
B4X:
Dim request As String = $"{"id":"BETAT"}"$
Dim JSON As JSONParser
Try
JSON.Initialize(request)
Catch
Log(LastException)
End Try