Yes. JSON itself is the view returned. And since there is no new view name, it uses the incoming request URL as the URL that it returns the JSON data to.
If you just want a second page to show with that data, you don't use the JsonView, you just add your data to the Model and return a view
String, if you are using the InternalResourceViewResolver.
Meaning the purpose of JsonView is not to forward to a different page.
Mark