views:

25

answers:

1

hi all,

I have found so many questions on converting xml to json and vice versa.

I am trying to convert xml into json using jquery and javascript.

Can somebody tell me some guidelines for converting xml into json?

A: 

You may take a look at this article which illustrates GSerializer.

Darin Dimitrov