Saved Bookmarks
| 1. |
What Is The Function Of Tojson? |
|
Answer» It returns a shallow copy of the model’s attribute for JSON stringification. This function is used for persistence, SERIALIZATION and for AUGMENTATION before being sent to the SERVER. This does not RETURN a JSON string. It returns a shallow copy of the model’s attribute for JSON stringification. This function is used for persistence, serialization and for augmentation before being sent to the server. This does not return a JSON string. |
|