Convert FormCollection to JSON
- by Max Fraser
I have:
Function SaveAnswers(ByVal collection As FormCollection) As ActionResult
End Funciton
And I want to turn collection to JSON, I thought there was a serializer to do this but can't seem to find it?