Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / 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 (file)
index 0000000..866b0dc
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "success": true,
+    "users": [
+        {
+            "id": 1,
+            "firstName": "John",
+            "lastName": "Smith",
+            "birthDate": "03/25/1977"
+        }
+    ]
+}
\ No newline at end of file