sample.json 696 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "consumers": [
  3. {
  4. "name": "John Doe",
  5. "address": "123 Main St",
  6. "city": "Anywhere"
  7. },
  8. {
  9. "name": "John Doe",
  10. "address": "123 Main St",
  11. "city": "Anywhere"
  12. },
  13. {
  14. "name": "John Doe",
  15. "address": "123 Main St",
  16. "city": "Anywhere"
  17. },
  18. {
  19. "name": "John Doe",
  20. "address": "123 Main St",
  21. "city": "Anywhere"
  22. },
  23. {
  24. "name": "John Doe",
  25. "address": "123 Main St",
  26. "city": "Anywhere"
  27. },
  28. {
  29. "name": "John Doe",
  30. "address": "123 Main St",
  31. "city": "Anywhere"
  32. },
  33. {
  34. "name": "John Doe",
  35. "address": "123 Main St",
  36. "city": "Anywhere"
  37. }
  38. ]
  39. }