f3.json 199 B

1234567891011121314151617
  1. [
  2. {
  3. "id": 4,
  4. "name": "Dude Doe",
  5. "height": 1.92
  6. },
  7. {
  8. "id": 5,
  9. "name": "Jane Doe",
  10. "height": 1.72
  11. },
  12. {
  13. "id": 6,
  14. "name": "John Smith",
  15. "height": 2.22
  16. }
  17. ]