12345678910111213141516171819202122232425262728293031 |
- {
- "name": "AutoStruct Sample JSON",
- "version": 1.0,
- "favorites": {
- "foods": [
- "tacos",
- "burritos",
- "hotdogs",
- "sandwiches"
- ],
- "animals": [
- "squirrels",
- "dogs",
- "birds",
- "tigers",
- "lions",
- "bears"
- ],
- "numbers": [
- 0,
- 2,
- 3,
- 5,
- 6,
- 9
- ]
- },
- "contributors": [
- "apollo"
- ]
- }
|