X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/guides/forms/examples/model_binding/data/update_user.json diff --git a/docs/guides/forms/examples/model_binding/data/update_user.json b/docs/guides/forms/examples/model_binding/data/update_user.json new file mode 100644 index 00000000..866b0dcb --- /dev/null +++ b/docs/guides/forms/examples/model_binding/data/update_user.json @@ -0,0 +1,11 @@ +{ + "success": true, + "users": [ + { + "id": 1, + "firstName": "John", + "lastName": "Smith", + "birthDate": "03/25/1977" + } + ] +} \ No newline at end of file