b4a json

  1. D

    Android Question JSON parser

    Hey I faced such a problem, I will be glad to any advice or help, perhaps someone has already encountered such a problem. I store my data encoded as strings (locally and on a remote server, like base64). Now, when I receive a JSON file, I get an error because the string that I need to decode has...
  2. Gijsen

    Android Question java.lang.ClassNotFoundException: anywheresoftware.b4a$objects$collections$JSONParser

    I have sub that uses the jsonparser sub ProcessJson(strJson as String) Dim JSON As JSONParser JSON.Initialize(strJson) end sub However as soon as the dim JSON rule is initiated I get the following error: Error occurred on line: 219 (Main) java.lang.ClassNotFoundException...
Top