I haven't actually tried this yet and was hoping for a quick yes or no answer.
I am just learning about using JSonResult from a helpful stackoverflow question.
What I was wondering was can I use this kind of an actionresult, but still take advantage of the validation provided by the MVC model?
If I'm returning a Json result and theres a validation error will it just automatically return a different result type that is captured by the validation ajax logic?