InterviewSolution
Saved Bookmarks
| 1. |
How Do You Prepare A Knockout Object For Data Transfer ? |
|
Answer» DATA can be SERIALIZE to JSON USING ko.toJSON(viewModel), and to a SIMPLE JavaScript object using ko.toJS(viewModel). Data can be serialize to JSON using ko.toJSON(viewModel), and to a simple JavaScript object using ko.toJS(viewModel). |
|