f1.json 132 B

123456789101112
  1. [
  2. {
  3. "id": 1,
  4. "name": "John Doe",
  5. "height": 1.82
  6. },
  7. {
  8. "id": 2,
  9. "name": "Jane Doe",
  10. "height": 1.65
  11. }
  12. ]