Jasonette / Jasonette/Jasonpedia
example nested #each
- Dominant language
- HTML
- Stars
- 197
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
would it be possible to take
https://github.com/Jasonette/Jasonpedia/blob/gh-pages/template/each.json
and demo nested #each, for each of the "users" have an array of anything please.
Also is each nested loop scoped so I can have name clashes: for example
```
"users": [{
"profile": "https://pbs.twimg.com/profile_images/557061751150112768/eMwi4Xz2_400x400.jpeg",
"username": "gliechtenstein",
"children": [{"username": "bart"}, {"username": "lisa"}]
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with template/each.json linked in the issue and review how the existing users example is structured. Add a nested #each demonstration using a children array for each user, and make the example clarify whether nested loops can reuse the username name without clashes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100