may i use JSONParser inside a java library? if so which is the import to be used? tanks
stefanobusetto Active Member Licensed User Longtime User May 3, 2012 #1 may i use JSONParser inside a java library? if so which is the import to be used? tanks
warwound Expert Licensed User Longtime User May 3, 2012 #2 Try: B4X: anywheresoftware.b4a.objects.collections.JSONParser Martin.
stefanobusetto Active Member Licensed User Longtime User May 9, 2012 #4 i have only map and list inside anywheresoftware.b4a.objects.collections Last edited: May 9, 2012
warwound Expert Licensed User Longtime User May 9, 2012 #5 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.
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.
stefanobusetto Active Member Licensed User Longtime User May 9, 2012 #6 i should have thought ! sorry