I am trying to using @Json.Encode in my project. My view won't pull the Json object.
I have version 2.0.0.0 of system.web.helpers referenced, and when I expand it, I can even see the Json class. I added system.web.helpers as a using statement and it still won't find the object?
I am trying to use @Json.Encode inside of a javascript statement. I already cleaned and rebuilt the project to. I tried removing and re-adding the reference, any other suggestions?