It could be that the OP's problem may be that HTML tags, when
improperly escaped, can sometimes confuse the JSON parser.  (And then
throw in URL encoding and it can get really comfused.)

If that's not the case then TreKing's point is well-taken:  Once you
have HTML you parse it like HTML, and JSON should have nothing to do
with it.  If you don't believe you should be getting HTML then take it
up with the folks sending you the data.

On Mar 22, 12:24 pm, TreKing <treking...@gmail.com> wrote:
> On Tue, Mar 22, 2011 at 8:48 AM, Hitendrasinh Gohil <
>
> hitendra.virtuei...@gmail.com> wrote:
> > i am getting html tags in json response like<p>,<href> so how  i can parse
> > it.
>
> http://tinyurl.com/4k4weke
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to