Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / guides / forms / examples / model_binding / data / update_user.json
1 {
2     "success": true,
3     "users": [
4         {
5             "id": 1,
6             "firstName": "John",
7             "lastName": "Smith",
8             "birthDate": "03/25/1977"
9         }
10     ]
11 }