Hi everyone,
really enjoying using knockout but have an issue atm which i cant resolve so would be great to get some help.
So I have a Web API MVC project and returning objects from an EF with json.
The problem is when I have json that contains $ref my knockout mapping doesnt work.
Ideally i just want to stop json from referencing and instead just return the whole object.
I have tried json.SerializerSettings.PreserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.None
but this didnt stop it from happening :(
hope someone can help
cheers :)