You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

users-example.json 243B

1234567891011121314151617
  1. {
  2. "users": [
  3. {
  4. "login": "admin",
  5. "name": "Administrator",
  6. "selected": true
  7. },
  8. {
  9. "login": "george.orwell",
  10. "name": "George Orwell",
  11. "selected": true
  12. }
  13. ],
  14. "p":1,
  15. "ps":25,
  16. "total":2
  17. }