I have an entity framework entity that i want to serialize as a json object. I looked around and found out that json.net (https://james.newtonking.com/projects/json-net.aspx) should be able to serialize objects with circular references "out of the box". So i tried usingI have an entity framework entity that i want t