PageRenderTime 9ms CodeModel.GetById 6ms app.highlight 2ms RepoModel.GetById 0ms app.codeStats 0ms

/ext-4.0.7/docs/guides/data/examples/simple_store/data/users.json

https://bitbucket.org/srogerf/javascript
JSON | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 2f0279e6c554f3cb1466cbe9ee9b4999 MD5 | raw file
1{
2    success: true,
3    users: [
4        {id: 1, name: 'Ed'},
5        {id: 2, name: 'Tommy'}
6    ]
7}