How can I use ko.toJs method without computed properties in knockout mapping?

Viewed 8632

I want to convert viewModel to Json object. But I don't want to map computed properties.

2 Answers
Related