I have two classes, which have one to many relation between them.
When I use s#arp to return lists of these tow classes, everything is ok.
But after I try to convert these two lists to Json format, I get a "circular reference" exception.
I have search this kind of exception on the web, and find it is an common question.
So, may I ask for some solutions to get rid of the exception in s#arp architecture? Thank you.