Maximum depth problem
frankinstien111 opened this issue · 1 comments
frankinstien111 commented
I'm getting: "Serializer encountered maximum depth of 20
at fastJSON.JSONSerializer.WriteObject(Object obj) in C:\Users\Frank\source\repos\fastJSON\fastJSON\JsonSerializer.cs:line 468"
Can the depth be increased without problems?
mgholam commented
Try and see, reaching a max depth could indicate a recursion loop or you have a deeply nested structure.