i'm working on .net framework project. I got this weird result when i was trying to convert list object to json string, result was correct at first element
But move to second one, result was:
I just dont know where $ref: 24 came from. Here is the method that processing list -> json:
Pls show me how can i fix this? :((