Jasonette / Jasonette/JASONETTE-iOS
JSON Validator/Linter
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5.2k
- Forks
- 347
- PR merge metrics
- No merged PRs in 30d
Description
Since many bugs are hard to track down if you've just got simple bad JSON in local files it might be a good idea to have a validator step in the build process to catch it at compile time.
Not sure if/how to do this but wanted to surface it as a good idea.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the project's build process and the local JSON files it handles; the issue does not name specific files, tests, or entry points. Determine how a validator could run during the build and confirm that malformed JSON is reported before compilation completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100