views:

20

answers:

0

Hello,

So I have an MVC project that exposes my services in JSON format.

What would be the ideal method of (unit?) testing whether or not my methods return correct content (in terms of JSON syntax as well)?

Thank you, Sammy