I was trying to get you to use the very nice Java debugger that comes with
Eclipse to see what's going on inside your code instead of
System.out.println(jnow); You could then simply inpect the value of the jnow
variable in the debugger.

Another tip is to set jnow to the string value you are expecting from the
server and see if the JSON library error still occurs.

It would also help if you get the server side code correct, so it doesn't
put anything before the first "[". You can easily test that part with a
browser, wget, or curl.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to