ReferenceLoopHandling
Specifies reference loop handling options for the JsonSerializer.
namespace Newtonsoft.Json
{
public enum ReferenceLoopHandling
{
Error,
Ignore,
Serialize
}
}