tags:

views:

21

answers:

1

Please let me know the JSON Library that can handle circular refrences. If there is any please explain how to use it

A: 

Neither json-lib nor Gson were able to solve the problem. I then used JACKSON's libraray and it did the trick.

Please refer to the below links.

http://wiki.fasterxml.com/JacksonJsonViews

http://wiki.fasterxml.com/JacksonFeatureBiDirReferences

Robin