1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,080 forks (2,080 forks)batch import
featurehelp wanted
Repository metrics
- Stars
- 12,263 stars (12,263 stars)
- PR merge metrics
- Avg merge 15h 36m (Avg merge 15h 36m)3 merged PRs in 30d (3 merged PRs in 30d)
Description
Hi there,
Is there any option we can Beautify JSON if it has an issue as well. Like https://jsonlint.com
Thanks
Contributor guide
- Research direction
- Investigate how to parse JSON with errors and display it beautified, similar to jsonlint.com. Look into using a custom parser that captures formatting or using try catch with error location to reconstruct formatted output.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JSONJavaScript