sample.json 537 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "AutoStruct Sample JSON",
  3. "version": 1.0,
  4. "favorites": {
  5. "foods": [
  6. "tacos",
  7. "burritos",
  8. "hotdogs",
  9. "sandwiches"
  10. ],
  11. "animals": [
  12. "squirrels",
  13. "dogs",
  14. "birds",
  15. "tigers",
  16. "lions",
  17. "bears"
  18. ],
  19. "numbers": [
  20. 0,
  21. 2,
  22. 3,
  23. 5,
  24. 6,
  25. 9
  26. ]
  27. },
  28. "contributors": [
  29. "apollo"
  30. ]
  31. }