I'm confused about when I should use a strongly typed view model vs a JSON object when passing object between the view and controller layers. My understanding is that using a JSON object follows the MVVM pattern, and keeps the layers loosely coupled. Any feedback would be appreciated.I'm confused about when I should use a strongly