[android-developers] Re: how can i post jsonarray at the end of requeseted url?

2012-02-23 Thread Doug
Like any query string value string, you have to "url escape" it so it's valid to send. Doug On Feb 21, 10:50 pm, Mulsaniya Bhadresh wrote: > http://192.168.1.4:55106/Waiter_json.aspx?MethodName=InsertOrderForTa...[{ > "commej":"","id":1,"Quantity":5}] > > In the above url i got the error like th

Re: [android-developers] Re: how can i post jsonarray at the end of requeseted url?

2012-02-22 Thread Mulsaniya Bhadresh
thanks.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] Re: how can i post jsonarray at the end of requeseted url?

2012-02-22 Thread moktarul anam
Hi Mulsaniya, if your response data is not proper formatted u can not parse that string Moktarul On Feb 22, 11:50 am, Mulsaniya Bhadresh wrote: > http://192.168.1.4:55106/Waiter_json.aspx?MethodName=InsertOrderForTa...[{ > "commej":"","id":1,"Quantity":5}] > > In the above url i got the error