[jQuery] Re: is it possible to convert html data in json format?

2009-03-12 Thread baby
Hi, We are also converting HTML file into JSON object. Here is the sample: ({"result" : ""}); Is it possible? Regards, Baby On Mar 7, 1:17 pm, sure wrote: > Hi james, >              Thanks for your quick reply. Here is my code. > > HTML CODE > -- > >     >                 T

[jQuery] Re: is it possible to convert html data in json format?

2009-03-07 Thread sure
Hi james, Thanks for your quick reply. Here is my code. HTML CODE -- TopLeft TopRight BottomLeft BottomMiddle BottomRight Required JSON Look like ---

[jQuery] Re: is it possible to convert html data in json format?

2009-03-06 Thread James
That depends. Provide more specific information. How would the initial HTML and the final JSON look like? On Mar 6, 6:42 pm, sure wrote: > Hi all, >            I am not a expert in jquery. Please let me know , Is it > possible to covert html data in json format. If any one knows how to > do this