Java Question JSONParser

stefanobusetto

Active Member
Licensed User
Longtime User
i have only map and list inside anywheresoftware.b4a.objects.collections
 
Last edited:

warwound

Expert
Licensed User
Longtime User
In Eclipse add the JSON.jar file located in your B4A installation libraries folder to the build path.

On my PC JSON.jar is located C:\Program Files (x86)\Anywhere Software\Basic4android\Libraries.

It will now appear in anywheresoftware.b4a.objects.collections.

Martin.
 
Top