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.

16 lines
345 B

  1. [{
  2. "username": "Michaela Doe",
  3. "description": "Hi, I'm here to code",
  4. "phone": "456456456"
  5. },
  6. {
  7. "username": "John Doe",
  8. "description": "Hi, I'm here",
  9. "phone": "123456789"
  10. },
  11. {
  12. "username": "Myself",
  13. "description": "How are you",
  14. "phone": "no phone"
  15. }
  16. ]