shared.json 256 B

123456789101112131415
  1. {
  2. "list": [
  3. {
  4. "id": 1,
  5. "name": "janeDoe",
  6. "tag": "janeDoe#04578"
  7. },
  8. {
  9. "id": 2,
  10. "name": "John doe",
  11. "tag": "John_doe#45123"
  12. }
  13. ],
  14. "total": 2
  15. }